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/atimach64probe.h | |
parent | 52684241ba1ffb393cb655ecc09cbd0cef5b1717 (diff) |
Move atioption.c from ati to atimisc.
Diffstat (limited to 'src/atimach64probe.h')
-rw-r--r-- | src/atimach64probe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/atimach64probe.h b/src/atimach64probe.h index 24e85d8e..4e474ca3 100644 --- a/src/atimach64probe.h +++ b/src/atimach64probe.h @@ -25,6 +25,7 @@ #include "xf86str.h" -extern Bool Mach64Probe(DriverPtr, int); +extern const OptionInfoRec * Mach64AvailableOptions(int, int); +extern Bool Mach64Probe(DriverPtr, int); #endif /* ___ATIMACH64PROBE_H___ */ |