updates
[silc.git] / lib / silccrypt / silcrng.c
index 3c2dea539a1d6c1dc957f7d5487f689798d53423..051e222cc847d5395a130eec45f8509f3ad35b8a 100644 (file)
 
 #include "silcincludes.h"
 
+#ifndef WIN32
 #ifdef HAVE_GETSID
-extern __pid_t getsid (__pid_t __pid);
+extern pid_t getsid (pid_t __pid);
 #endif
 
 #ifdef HAVE_GETPGID
-extern __pid_t getpgid (__pid_t __pid);
+extern pid_t getpgid (pid_t __pid);
+#endif
 #endif
 
 #undef SILC_RNG_DEBUG