Implemented --gnokiid arguments for child spawning, not tested yet
[gnokii.git] / include / uccompat.h
index 807e74f..fa3a2b7 100644 (file)
@@ -33,7 +33,8 @@
 extern char * strchr __P ((const char *, int));
 extern char * strrchr __P ((const char *, int));
 
-#define getpid() (2)
+extern pid_t getpid(void);
+extern int execv(const char *path, char *const argv[]);
 
 
 #endif /* UCCOMPAT */