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