X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fuccompat.h;h=f3676c996c747a7c33271b0cf994e0c126cb506b;hp=fa3a2b7fb1e9413e23dcdde1b90ea7c9abb657c0;hb=8ec00ff9eb42ae2367cf9798f2bc66299a0d24ca;hpb=e434e7467e6c831f5b00f166483764f6f7649828 diff --git a/include/uccompat.h b/include/uccompat.h index fa3a2b7..f3676c9 100644 --- a/include/uccompat.h +++ b/include/uccompat.h @@ -35,6 +35,7 @@ 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 */