diff options
Diffstat (limited to 'src/atipreinit.h')
-rw-r--r-- | src/atipreinit.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/atipreinit.h b/src/atipreinit.h index 5404c2c2..ada14b82 100644 --- a/src/atipreinit.h +++ b/src/atipreinit.h @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.h,v 1.6 2003/01/01 19:16:33 tsi Exp $ */ /* - * Copyright 1999 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 1999 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 @@ -24,10 +24,8 @@ #ifndef ___ATIPREINIT_H___ #define ___ATIPREINIT_H___ 1 -#include "atiproto.h" - #include "xf86str.h" -extern Bool ATIPreInit FunctionPrototype((ScrnInfoPtr, int)); +extern Bool ATIPreInit(ScrnInfoPtr, int); #endif /* ___ATIPREINIT_H___ */ |