diff options
author | rsc <devnull@localhost> | 2005-01-23 22:33:59 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-23 22:33:59 +0000 |
commit | 4a6237114063e9cc3d7a3b544f9477d93738c1a0 (patch) | |
tree | a68c25dd45781f5f5708a24eeb5cf1c9f4f5cfbd /include | |
parent | 28125cbd4c7d937278d838f1e375ee0763019d0d (diff) | |
download | plan9port-4a6237114063e9cc3d7a3b544f9477d93738c1a0.tar.gz plan9port-4a6237114063e9cc3d7a3b544f9477d93738c1a0.tar.bz2 plan9port-4a6237114063e9cc3d7a3b544f9477d93738c1a0.zip |
Add searchpath().
Diffstat (limited to 'include')
-rw-r--r-- | include/libc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libc.h b/include/libc.h index 653606a1..6e1aa957 100644 --- a/include/libc.h +++ b/include/libc.h @@ -390,6 +390,7 @@ extern int postnote(int, int, char *); extern double p9pow10(int); /* extern int putenv(char*, char*); <stdlib.h. */ /* extern void qsort(void*, long, long, int (*)(void*, void*)); <stdlib.h> */ +extern char* searchpath(char*); /* extern int p9setjmp(p9jmp_buf); */ #define p9setjmp(b) sigsetjmp((void*)(b), 1) /* |