diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-09-21 18:10:34 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-09-21 18:10:34 +0000 |
commit | 700b0dc5148d0170c9223765d208ccef447242df (patch) | |
tree | dbf30c806c713c0b813fdc74ace9777ea4b0bbc4 /src/atimach64cursor.h | |
parent | 17e5f3c1169066be1004306d12b5398cf01cbd35 (diff) |
Convert the ATI drivers to ANSI function prototypes.
Diffstat (limited to 'src/atimach64cursor.h')
-rw-r--r-- | src/atimach64cursor.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/atimach64cursor.h b/src/atimach64cursor.h index 6439f13..dcea5ca 100644 --- a/src/atimach64cursor.h +++ b/src/atimach64cursor.h @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64cursor.h,v 1.1 2003/04/23 21:51:29 tsi Exp $ */ /* - * Copyright 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 2003 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 @@ -24,10 +24,8 @@ #ifndef ___ATIMACH64CURSOR_H___ #define ___ATIMACH64CURSOR_H___ 1 -#include "atiproto.h" - #include "xf86Cursor.h" -extern Bool ATIMach64CursorInit FunctionPrototype((xf86CursorInfoPtr)); +extern Bool ATIMach64CursorInit(xf86CursorInfoPtr); #endif /* ___ATIMACH64CURSOR_H___ */ |