--- libaitrpc/inc/defs.h 2010/06/18 01:48:06 1.1.1.1 +++ libaitrpc/inc/defs.h 2010/06/18 13:36:01 1.1.1.1.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.1.1.1 2010/06/18 01:48:06 misho Exp $ +* $Id: defs.h,v 1.1.1.1.2.1 2010/06/18 13:36:01 misho Exp $ * *************************************************************************/ #ifndef __DEFS_H @@ -18,6 +18,9 @@ strlcpy(rpc_Error, strerror(errno), STRSIZ); \ } + +extern pthread_mutex_t rpc_mtx; +extern int rpc_Kill; extern int rpc_Errno; extern char rpc_Error[];