dcop
globals.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 #include "KDE-ICE/ICElib.h"
00033 #include "KDE-ICE/ICElibint.h"
00034 #include "KDE-ICE/ICEutil.h"
00035
00036 #define _IceDefaultErrorHandler _kde_IceDefaultErrorHandler
00037
00038 extern void _IceDefaultErrorHandler (
00039 #if NeedFunctionPrototypes
00040 IceConn ,
00041 Bool ,
00042 int ,
00043 unsigned long ,
00044 int ,
00045 int ,
00046 IcePointer
00047 #endif
00048 );
00049
00050 #define _IceDefaultIOErrorHandler _kde_IceDefaultIOErrorHandler
00051
00052 extern void _IceDefaultIOErrorHandler (
00053 #if NeedFunctionPrototypes
00054 IceConn
00055 #endif
00056 );
00057
00058 #define _IcePoMagicCookie1Proc _kde_IcePoMagicCookie1Proc
00059
00060 extern IcePoAuthStatus _IcePoMagicCookie1Proc (
00061 #if NeedFunctionPrototypes
00062 IceConn ,
00063 IcePointer * ,
00064 Bool ,
00065 Bool ,
00066 int ,
00067 IcePointer ,
00068 int * ,
00069 IcePointer * ,
00070 char **
00071 #endif
00072 );
00073
00074 #define _IcePaMagicCookie1Proc _kde_IcePaMagicCookie1Proc
00075
00076 extern IcePaAuthStatus _IcePaMagicCookie1Proc (
00077 #if NeedFunctionPrototypes
00078 IceConn ,
00079 IcePointer * ,
00080 Bool ,
00081 int ,
00082 IcePointer ,
00083 int * ,
00084 IcePointer * ,
00085 char **
00086 #endif
00087 );
00088
00089 #define _IceProcessCoreMessage _kde_IceProcessCoreMessage
00090
00091 extern void _IceProcessCoreMessage (
00092 #if NeedFunctionPrototypes
00093 IceConn ,
00094 int ,
00095 unsigned long ,
00096 Bool ,
00097 IceReplyWaitInfo * ,
00098 Bool * ,
00099 Bool *
00100 #endif
00101 );
00102
00103 #define _IceConnectionObjs _kde_IceConnectionObjs
00104 #define _IceConnectionStrings _kde_IceConnectionStrings
00105 #define _IceConnectionCount _kde_IceConnectionCount
00106
00107 extern IceConn _IceConnectionObjs[256];
00108 extern char *_IceConnectionStrings[256];
00109 extern int _IceConnectionCount;
00110
00111 #define _IceProtocols _kde_IceProtocols
00112 #define _IceLastMajorOpcode _kde_IceLastMajorOpcode
00113
00114 extern _IceProtocol _IceProtocols[255];
00115 extern int _IceLastMajorOpcode;
00116
00117 #define _IceAuthCount _kde_IceAuthCount
00118 #define _IceAuthNames _kde_IceAuthNames
00119 #define _IcePoAuthProcs _kde_IcePoAuthProcs
00120 #define _IcePaAuthProcs _kde_IcePaAuthProcs
00121
00122 extern int _IceAuthCount;
00123 extern const char *_IceAuthNames[];
00124 extern IcePoAuthProc _IcePoAuthProcs[];
00125 extern IcePaAuthProc _IcePaAuthProcs[];
00126
00127 #define _IceVersionCount _kde_IceVersionCount
00128 #define _IceVersions _kde_IceVersions
00129 #define _IceWatchProcs _kde_IceWatchProcs
00130
00131 extern int _IceVersionCount;
00132 extern _IceVersion _IceVersions[];
00133
00134 extern _IceWatchProc *_IceWatchProcs;
00135
00136 #define _IceErrorHandler _kde_IceErrorHandler
00137 #define _IceIOErrorHandler _kde_IceIOErrorHandler
00138
00139 extern IceErrorHandler _IceErrorHandler;
00140 extern IceIOErrorHandler _IceIOErrorHandler;
00141
00142 #define _IcePaAuthDataEntryCount _kde_IcePaAuthDataEntryCount
00143 #define _IcePaAuthDataEntries _kde_IcePaAuthDataEntries
00144
00145 extern int _IcePaAuthDataEntryCount;
00146 extern IceAuthDataEntry _IcePaAuthDataEntries[];