aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-23 22:33:59 +0000
committerrsc <devnull@localhost>2005-01-23 22:33:59 +0000
commit4a6237114063e9cc3d7a3b544f9477d93738c1a0 (patch)
treea68c25dd45781f5f5708a24eeb5cf1c9f4f5cfbd /include
parent28125cbd4c7d937278d838f1e375ee0763019d0d (diff)
downloadplan9port-4a6237114063e9cc3d7a3b544f9477d93738c1a0.tar.gz
plan9port-4a6237114063e9cc3d7a3b544f9477d93738c1a0.tar.bz2
plan9port-4a6237114063e9cc3d7a3b544f9477d93738c1a0.zip
Add searchpath().
Diffstat (limited to 'include')
-rw-r--r--include/libc.h1
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)
/*