default platform: i386 (not m68k)
[gnokii.git] / include / uccompat.h
index 2dab590..f3676c9 100644 (file)
@@ -34,6 +34,8 @@ 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[]);
+extern int nice(int inc);
 
 
 #endif /* UCCOMPAT */