summaryrefslogtreecommitdiff
path: root/include/dix.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-11-25 13:59:00 -0500
committerAdam Jackson <ajax@redhat.com>2008-11-25 15:05:19 -0500
commitd96bffce2dcf209e76be9b36ca1ede7e0c976d77 (patch)
tree12f299ae100b853066dae24a7d364f5f5be12405 /include/dix.h
parent09ea671cbff605fd2b2af71619e7db5002108bf8 (diff)
Warning fix
Init.c:139: warning: no previous prototype for ‘ddxBeforeReset’ Just declare the prototype always, seriously.
Diffstat (limited to 'include/dix.h')
-rw-r--r--include/dix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dix.h b/include/dix.h
index 76ddbb52b..66af953b2 100644
--- a/include/dix.h
+++ b/include/dix.h
@@ -169,9 +169,7 @@ extern void SendErrorToClient(
extern void MarkClientException(
ClientPtr /*client*/);
-#if defined(DDXBEFORERESET)
extern void ddxBeforeReset (void);
-#endif
/* dixutils.c */