From 700b0dc5148d0170c9223765d208ccef447242df Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 21 Sep 2004 18:10:34 +0000 Subject: Convert the ATI drivers to ANSI function prototypes. --- src/atioption.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/atioption.h') diff --git a/src/atioption.h b/src/atioption.h index de406f99..85970796 100644 --- a/src/atioption.h +++ b/src/atioption.h @@ -27,8 +27,6 @@ #ifndef ___ATIOPTION_H___ #define ___ATIOPTION_H___ 1 -#include "atiproto.h" - #include "xf86str.h" /* @@ -70,6 +68,6 @@ typedef enum extern const OptionInfoRec ATIPublicOptions[]; extern const unsigned long ATIPublicOptionSize; -extern const OptionInfoRec * ATIAvailableOptions FunctionPrototype((int, int)); +extern const OptionInfoRec * ATIAvailableOptions(int, int); #endif /* ___ATIOPTION_H___ */ -- cgit v1.2.3