summaryrefslogtreecommitdiff
path: root/src/atioption.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-09-21 18:10:34 +0000
committerAdam Jackson <ajax@nwnk.net>2004-09-21 18:10:34 +0000
commit700b0dc5148d0170c9223765d208ccef447242df (patch)
treedbf30c806c713c0b813fdc74ace9777ea4b0bbc4 /src/atioption.h
parent17e5f3c1169066be1004306d12b5398cf01cbd35 (diff)
Convert the ATI drivers to ANSI function prototypes.
Diffstat (limited to 'src/atioption.h')
-rw-r--r--src/atioption.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/atioption.h b/src/atioption.h
index de406f9..8597079 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___ */