summaryrefslogtreecommitdiff
path: root/src/atiaccel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atiaccel.h')
-rw-r--r--src/atiaccel.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/atiaccel.h b/src/atiaccel.h
index 74cbdecd..68fb607e 100644
--- a/src/atiaccel.h
+++ b/src/atiaccel.h
@@ -1,6 +1,6 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiaccel.h,v 1.5 2003/04/23 21:51:27 tsi Exp $ */
/*
- * Copyright 2001 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
+ * Copyright 2001 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,17 +25,12 @@
#define ___ATIACCEL_H___ 1
#include "atipriv.h"
-#include "atiproto.h"
#include "xf86str.h"
#include "xf86fbman.h"
-extern Bool ATIInitializeAcceleration FunctionPrototype((ScreenPtr,
- ScrnInfoPtr,
- ATIPtr));
+extern Bool ATIInitializeAcceleration(ScreenPtr, ScrnInfoPtr, ATIPtr);
-extern FBLinearPtr ATIResizeOffscreenLinear FunctionPrototype((ScreenPtr,
- FBLinearPtr,
- int));
+extern FBLinearPtr ATIResizeOffscreenLinear(ScreenPtr, FBLinearPtr, int);
#endif /* ___ATIACCEL_H___ */