diff options
Diffstat (limited to 'src/atixv.h')
-rw-r--r-- | src/atixv.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/atixv.h b/src/atixv.h index 56f8da8..64674de 100644 --- a/src/atixv.h +++ b/src/atixv.h @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atixv.h,v 1.4 2003/04/23 21:51:31 tsi Exp $ */ /* - * Copyright 2001 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -25,14 +25,11 @@ #define ___ATIXV_H___ 1 #include "atipriv.h" -#include "atiproto.h" #include "xf86str.h" -extern void ATIXVPreInit FunctionPrototype((ATIPtr)); -extern Bool ATIInitializeXVideo FunctionPrototype((ScreenPtr, ScrnInfoPtr, - ATIPtr)); -extern void ATICloseXVideo FunctionPrototype((ScreenPtr, ScrnInfoPtr, - ATIPtr)); +extern void ATIXVPreInit(ATIPtr); +extern Bool ATIInitializeXVideo(ScreenPtr, ScrnInfoPtr, ATIPtr); +extern void ATICloseXVideo(ScreenPtr, ScrnInfoPtr, ATIPtr); #endif /* ___ATIXV_H___ */ |