diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-03-08 17:43:48 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-03-08 18:37:48 +0200 |
commit | 50a524445ed1ea3c4fab56de772921ba86a21d35 (patch) | |
tree | 1c7fdedb37ed3552796f35be50930a05df69d3e9 /src/atioption.h | |
parent | 52684241ba1ffb393cb655ecc09cbd0cef5b1717 (diff) |
Move atioption.c from ati to atimisc.
Diffstat (limited to 'src/atioption.h')
-rw-r--r-- | src/atioption.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/atioption.h b/src/atioption.h index f68f6418..37303ef0 100644 --- a/src/atioption.h +++ b/src/atioption.h @@ -91,9 +91,8 @@ extern const char * ATITVStandardNames[]; #endif /* TV_OUT */ -extern const OptionInfoRec ATIPublicOptions[]; -extern const unsigned long ATIPublicOptionSize; +extern const OptionInfoRec * ATIOptionsWeak(void); -extern const OptionInfoRec * ATIAvailableOptions(int, int); +extern void ATIProcessOptions(ScrnInfoPtr, ATIPtr); #endif /* ___ATIOPTION_H___ */ |