X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2FWINNT%2Fafsd%2Fcm_rpc.h;h=8571ad7827657ffee571996fd63748ace659cdd3;hp=3245cc68a85418eecd8494d8a2e00cff69aae6ad;hb=635abf2d8fb4cfb94ecb396f125e8b65af1d7813;hpb=fb5bcd00fc6f1560d7d02115a0b5beaa3014a0e7 diff --git a/src/WINNT/afsd/cm_rpc.h b/src/WINNT/afsd/cm_rpc.h index 3245cc6..8571ad7 100644 --- a/src/WINNT/afsd/cm_rpc.h +++ b/src/WINNT/afsd/cm_rpc.h @@ -10,11 +10,15 @@ #ifndef __CM_RPC_H__ #define __CM_RPC_H__ +#ifndef DJGPP #include "afsrpc.h" +#else +#include "afsrpc95.h" +#endif void cm_RegisterNewTokenEvent(afs_uuid_t uuid, char sessionKey[8]); BOOL cm_FindTokenEvent(afs_uuid_t uuid, char sessionKey[8]); -extern long RpcInit(); - +extern long RpcInit(void); +extern void RpcShutdown(void); #endif /* __CM_RPC_H__ */