diff options
Diffstat (limited to 'src/atibus.h')
-rw-r--r-- | src/atibus.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/atibus.h b/src/atibus.h index c5f35e08..d13a6fd7 100644 --- a/src/atibus.h +++ b/src/atibus.h @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atibus.h,v 1.11 2003/01/01 19:16:30 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 @@ -31,7 +31,6 @@ #define ___ATIBUS_H___ 1 #include "atipriv.h" -#include "atiproto.h" #include "xf86str.h" @@ -53,7 +52,6 @@ typedef enum extern const char *ATIBusNames[]; -extern int ATIClaimBusSlot FunctionPrototype((DriverPtr, int, GDevPtr, Bool, - ATIPtr)); +extern int ATIClaimBusSlot(DriverPtr, int, GDevPtr, Bool, ATIPtr); #endif /* ___ATIBUS_H___ */ |