diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2007-05-13 01:43:49 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2007-05-13 01:43:49 +0200 |
commit | 48d23e452780f327439a859fa941b1598eb249c8 (patch) | |
tree | cfac7a919906808166b5605135d284e38a14a0a9 /src/globals.h | |
parent | 57ea148fdbf047a012b361acdc7954e70679dad3 (diff) |
Removed some global writable variables.
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/globals.h b/src/globals.h index 2f26a78..40b0ffc 100644 --- a/src/globals.h +++ b/src/globals.h @@ -34,28 +34,9 @@ in this Software without prior written authorization from The Open Group. extern void _SmcDefaultErrorHandler (); extern void _SmsDefaultErrorHandler (); -extern IcePoAuthStatus _IcePoMagicCookie1Proc (); -extern IcePaAuthStatus _IcePaMagicCookie1Proc (); - -extern void _SmcProcessMessage (); -extern void _SmsProcessMessage (); - int _SmcOpcode = 0; int _SmsOpcode = 0; -int _SmVersionCount = 1; - -IcePoVersionRec _SmcVersions[] = { - {SmProtoMajor, SmProtoMinor, _SmcProcessMessage}}; - -IcePaVersionRec _SmsVersions[] = { - {SmProtoMajor, SmProtoMinor, _SmsProcessMessage}}; - -int _SmAuthCount = 1; -char *_SmAuthNames[] = {"MIT-MAGIC-COOKIE-1"}; -IcePoAuthProc _SmcAuthProcs[] = {_IcePoMagicCookie1Proc}; -IcePaAuthProc _SmsAuthProcs[] = {_IcePaMagicCookie1Proc}; - #ifndef __UNIXOS2__ SmsNewClientProc _SmsNewClientProc; SmPointer _SmsNewClientData; |