diff options
Diffstat (limited to 'src/atiident.h')
-rw-r--r-- | src/atiident.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/atiident.h b/src/atiident.h index 74677c5c..03451850 100644 --- a/src/atiident.h +++ b/src/atiident.h @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.h,v 1.10 2003/01/01 19:16:32 tsi Exp $ */ /* - * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 1997 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,8 +24,6 @@ #ifndef ___ATIIDENT_H___ #define ___ATIIDENT_H___ 1 -#include "atiproto.h" - typedef enum { ATI_CHIPSET_ATI, @@ -49,7 +47,7 @@ typedef enum extern const char *ATIChipsetNames[]; -extern void ATIIdentify FunctionPrototype((int)); -extern int ATIIdentProbe FunctionPrototype((const char *)); +extern void ATIIdentify(int); +extern int ATIIdentProbe(const char *); #endif /* ___ATIIDENT_H___ */ |