diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-12-01 23:06:22 +0100 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-06 17:11:59 -0200 |
commit | 2aba1bc0583aeb3ee6e26e3bfacd123abef744d9 (patch) | |
tree | 20a04ae03a0e044326a76f119a052b13ba2ec06b /include/X11 | |
parent | 69a1b4b6d34291738dfbc3aa19d0ce3f2842ec8f (diff) |
towards ANSI C
make _IceProcessCoreMessage and default error handlers static
Diffstat (limited to 'include/X11')
-rw-r--r-- | include/X11/ICE/ICEmsg.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/X11/ICE/ICEmsg.h b/include/X11/ICE/ICEmsg.h index ddae027..3329ee9 100644 --- a/include/X11/ICE/ICEmsg.h +++ b/include/X11/ICE/ICEmsg.h @@ -89,6 +89,29 @@ extern void _IceErrorBadValue ( IcePointer /* value */ ); +extern IcePoAuthStatus _IcePoMagicCookie1Proc ( + IceConn /* iceConn */, + IcePointer * /* authStatePtr */, + Bool /* cleanUp */, + Bool /* swap */, + int /* authDataLen */, + IcePointer /* authData */, + int * /* replyDataLenRet */, + IcePointer * /* replyDataRet */, + char ** /* errorStringRet */ +); + +extern IcePaAuthStatus _IcePaMagicCookie1Proc ( + IceConn /* iceConn */, + IcePointer * /* authStatePtr */, + Bool /* swap */, + int /* authDataLen */, + IcePointer /* authData */, + int * /* replyDataLenRet */, + IcePointer * /* replyDataRet */, + char ** /* errorStringRet */ +); + /* * Macro to check if IO operations are valid on an ICE connection. |