summaryrefslogtreecommitdiffstats
path: root/byterun/sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/sys.h')
-rw-r--r--byterun/sys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/sys.h b/byterun/sys.h
index f6dcb0f3c..859422c2c 100644
--- a/byterun/sys.h
+++ b/byterun/sys.h
@@ -19,5 +19,6 @@
void sys_error P((char *));
void sys_init P((char **));
void sys_exit P((value)) Noreturn;
+char * searchpath P((char * name));
#endif /* _sys_ */