summaryrefslogtreecommitdiff
path: root/src/atiscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atiscreen.h')
-rw-r--r--src/atiscreen.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/atiscreen.h b/src/atiscreen.h
index 7397042b..c8e5fa72 100644
--- a/src/atiscreen.h
+++ b/src/atiscreen.h
@@ -1,6 +1,6 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiscreen.h,v 1.6 2003/01/01 19:16:34 tsi Exp $ */
/*
- * Copyright 1999 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
+ * Copyright 1999 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,11 +24,9 @@
#ifndef ___ATISCREEN_H___
#define ___ATISCREEN_H___ 1
-#include "atiproto.h"
-
#include "screenint.h"
-extern Bool ATIScreenInit FunctionPrototype((int, ScreenPtr, int, char **));
-extern Bool ATICloseScreen FunctionPrototype((int, ScreenPtr));
+extern Bool ATIScreenInit(int, ScreenPtr, int, char **);
+extern Bool ATICloseScreen(int, ScreenPtr);
#endif /* ___ATISCREEN_H___ */