Added declarations for static functions

This commit is contained in:
ceriel
1993-11-18 15:38:13 +00:00
parent 862f5da86d
commit 60192399dc
3 changed files with 25 additions and 4 deletions

View File

@@ -34,6 +34,8 @@ PRIVATE char *aptr; /* pointer to last inserted character in apbuf */
PRIVATE int nr_of_params; /* number of actuals read until now */
PRIVATE copyact();
char **
getactuals(idef)
register struct idf *idef;