summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-12-01 23:06:22 +0100
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-06 17:11:59 -0200
commit2aba1bc0583aeb3ee6e26e3bfacd123abef744d9 (patch)
tree20a04ae03a0e044326a76f119a052b13ba2ec06b /src/globals.h
parent69a1b4b6d34291738dfbc3aa19d0ce3f2842ec8f (diff)
towards ANSI C
make _IceProcessCoreMessage and default error handlers static
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/globals.h b/src/globals.h
index 0532f55..f3d0955 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -28,14 +28,6 @@ Author: Ralph Mor, X Consortium
******************************************************************************/
/* $XFree86: xc/lib/ICE/globals.h,v 1.4 2001/12/14 19:53:35 dawes Exp $ */
-extern void _IceDefaultErrorHandler ();
-extern void _IceDefaultIOErrorHandler ();
-
-extern IcePoAuthStatus _IcePoMagicCookie1Proc ();
-extern IcePaAuthStatus _IcePaMagicCookie1Proc ();
-
-extern void _IceProcessCoreMessage ();
-
#ifndef __UNIXOS2__
IceConn _IceConnectionObjs[256];
char *_IceConnectionStrings[256];
@@ -51,14 +43,5 @@ int _IceLastMajorOpcode = 0;
int _IceAuthCount = 1;
char *_IceAuthNames[] = {"MIT-MAGIC-COOKIE-1"};
-IcePoAuthProc _IcePoAuthProcs[] = {_IcePoMagicCookie1Proc};
-IcePaAuthProc _IcePaAuthProcs[] = {_IcePaMagicCookie1Proc};
-
-int _IceVersionCount = 1;
-_IceVersion _IceVersions[] = {
- {IceProtoMajor, IceProtoMinor, _IceProcessCoreMessage}};
_IceWatchProc *_IceWatchProcs = NULL;
-
-IceErrorHandler _IceErrorHandler = _IceDefaultErrorHandler;
-IceIOErrorHandler _IceIOErrorHandler = _IceDefaultIOErrorHandler;