diff options
Diffstat (limited to 'src/aticonfig.h')
-rw-r--r-- | src/aticonfig.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/aticonfig.h b/src/aticonfig.h index bf9c24b..f0b44bc 100644 --- a/src/aticonfig.h +++ b/src/aticonfig.h @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticonfig.h,v 1.5 2003/01/01 19:16:31 tsi Exp $ */ /* - * Copyright 2000 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 2000 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 @@ -25,10 +25,9 @@ #define ___ATICONFIG_H___ 1 #include "atipriv.h" -#include "atiproto.h" #include "xf86str.h" -extern void ATIProcessOptions FunctionPrototype((ScrnInfoPtr, ATIPtr)); +extern void ATIProcessOptions(ScrnInfoPtr, ATIPtr); #endif /* ___ATICONFIG_H___ */ |