summaryrefslogtreecommitdiff
path: root/src/ICElibint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ICElibint.h')
-rw-r--r--src/ICElibint.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/ICElibint.h b/src/ICElibint.h
index 86a5406..b4f8db5 100644
--- a/src/ICElibint.h
+++ b/src/ICElibint.h
@@ -334,28 +334,28 @@ typedef struct _IceWatchProc {
* Extern declarations
*/
-extern IceConn _IceConnectionObjs[];
-extern char *_IceConnectionStrings[];
-extern int _IceConnectionCount;
+extern IceConn _IceConnectionObjs[];
+extern char *_IceConnectionStrings[];
+extern int _IceConnectionCount;
-extern _IceProtocol _IceProtocols[];
-extern int _IceLastMajorOpcode;
+extern _IceProtocol _IceProtocols[];
+extern int _IceLastMajorOpcode;
-extern int _IceAuthCount;
-extern const char *_IceAuthNames[];
-extern IcePoAuthProc _IcePoAuthProcs[];
-extern IcePaAuthProc _IcePaAuthProcs[];
+extern int _IceAuthCount;
+extern const char *_IceAuthNames[];
+extern IcePoAuthProc _IcePoAuthProcs[];
+extern IcePaAuthProc _IcePaAuthProcs[];
-extern int _IceVersionCount;
-extern _IceVersion _IceVersions[];
+extern const int _IceVersionCount;
+extern const _IceVersion _IceVersions[];
-extern _IceWatchProc *_IceWatchProcs;
+extern _IceWatchProc *_IceWatchProcs;
-extern IceErrorHandler _IceErrorHandler;
-extern IceIOErrorHandler _IceIOErrorHandler;
+extern IceErrorHandler _IceErrorHandler;
+extern IceIOErrorHandler _IceIOErrorHandler;
-extern IceAuthDataEntry _IcePaAuthDataEntries[];
-extern int _IcePaAuthDataEntryCount;
+extern IceAuthDataEntry _IcePaAuthDataEntries[];
+extern int _IcePaAuthDataEntryCount;
extern void _IceErrorBadMajor (
IceConn /* iceConn */,