diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-28 16:55:37 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-28 16:55:37 -0200 |
commit | dbb950061f185e1ccf27bff9c71adc34ab4cfae0 (patch) | |
tree | 2b4b7a4c588ec25f7e654932ac20a3d3a9cf23f9 /src/ICElibint.h | |
parent | 2f41ddb3a917c4e71184452b68561a15593d33b8 (diff) |
Janitor: Correct sparse warnings.
Also reorders some code in configure.ac and Makefile.am to
match pattern used on other packages.
Diffstat (limited to 'src/ICElibint.h')
-rw-r--r-- | src/ICElibint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ICElibint.h b/src/ICElibint.h index ca61553..42983cc 100644 --- a/src/ICElibint.h +++ b/src/ICElibint.h @@ -37,6 +37,7 @@ Author: Ralph Mor, X Consortium #include <X11/ICE/ICEproto.h> #include <X11/ICE/ICEconn.h> #include <X11/ICE/ICEmsg.h> +#include <X11/ICE/ICEutil.h> #ifdef WIN32 #include <X11/Xwindows.h> #endif @@ -410,6 +411,8 @@ extern _IceWatchProc *_IceWatchProcs; extern IceErrorHandler _IceErrorHandler; extern IceIOErrorHandler _IceIOErrorHandler; +extern IceAuthDataEntry _IcePaAuthDataEntries[]; +extern int _IcePaAuthDataEntryCount; extern void _IceErrorBadMajor ( IceConn /* iceConn */, |