diff options
Diffstat (limited to 'src/atiprint.h')
-rw-r--r-- | src/atiprint.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/atiprint.h b/src/atiprint.h index d44cbdf8..35c22dbe 100644 --- a/src/atiprint.h +++ b/src/atiprint.h @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.h,v 1.10 2003/01/01 19:16:33 tsi Exp $ */ /* - * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 1997 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,13 +25,11 @@ #define ___ATIPRINT_H___ 1 #include "atipriv.h" -#include "atiproto.h" #include "xf86str.h" -extern void ATIPrintBIOS FunctionPrototype((const CARD8 *, - const unsigned int)); -extern void ATIPrintRegisters FunctionPrototype((ATIPtr)); -extern void ATIPrintMode FunctionPrototype((DisplayModePtr)); +extern void ATIPrintBIOS(const CARD8 *, const unsigned int); +extern void ATIPrintRegisters(ATIPtr); +extern void ATIPrintMode(DisplayModePtr); #endif /* ___ATIPRINT_H___ */ |