diff options
author | Adam Jackson <ajax@redhat.com> | 2008-11-25 13:59:00 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-25 15:05:19 -0500 |
commit | d96bffce2dcf209e76be9b36ca1ede7e0c976d77 (patch) | |
tree | 12f299ae100b853066dae24a7d364f5f5be12405 /include/dix.h | |
parent | 09ea671cbff605fd2b2af71619e7db5002108bf8 (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.h | 2 |
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 */ |