Warning fix

Init.c:139: warning: no previous prototype for ‘ddxBeforeReset’

Just declare the prototype always, seriously.
This commit is contained in:
Adam Jackson 2008-11-25 13:59:00 -05:00
parent 09ea671cbf
commit d96bffce2d

View File

@ -169,9 +169,7 @@ extern void SendErrorToClient(
extern void MarkClientException(
ClientPtr /*client*/);
#if defined(DDXBEFORERESET)
extern void ddxBeforeReset (void);
#endif
/* dixutils.c */