diff options
author | Kaleb S. Keithley <kaleb@x.org> | 2003-11-25 19:28:36 +0000 |
---|---|---|
committer | Kaleb S. Keithley <kaleb@x.org> | 2003-11-25 19:28:36 +0000 |
commit | bbb2e6615390c27615e29fd61c16425c86b2f704 (patch) | |
tree | fb10dd815af81f3a81b011fa94b5bc31313f0834 /src/atixv.h | |
parent | 9a193306fc85bf1dd3bfebe0ce62b11011e89380 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'src/atixv.h')
-rw-r--r-- | src/atixv.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/atixv.h b/src/atixv.h index a5a3de6..56f8da8 100644 --- a/src/atixv.h +++ b/src/atixv.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atixv.h,v 1.3 2003/01/01 19:16:35 tsi Exp $ */ +/* $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 * @@ -29,7 +29,10 @@ #include "xf86str.h" +extern void ATIXVPreInit FunctionPrototype((ATIPtr)); extern Bool ATIInitializeXVideo FunctionPrototype((ScreenPtr, ScrnInfoPtr, ATIPtr)); +extern void ATICloseXVideo FunctionPrototype((ScreenPtr, ScrnInfoPtr, + ATIPtr)); #endif /* ___ATIXV_H___ */ |