summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 07eb0affc1..c59f172379 100644
--- a/proto.h
+++ b/proto.h
@@ -459,6 +459,7 @@ I32 wait4pid _((int pid, int* statusp, int flags));
void warn _((char* pat,...)) __attribute__((format(printf,1,2)));
void watch _((char **addr));
I32 whichsig _((char* sig));
+char* whichsigname _((int sig));
int yyerror _((char* s));
int yylex _((void));
int yyparse _((void));