Add ANSI-style declarations for tparam, tgoto, and tparam1.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 20 Jan 1992 15:44:35 +0000 (15:44 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 20 Jan 1992 15:44:35 +0000 (15:44 +0000)
v7/src/microcode/tparam.c

index 0ed96e3631160d0a1aff9f89b9549431c0d82ad5..bf1c572f5f8c332755ba8b5af15e9ffe4287ab67 100644 (file)
@@ -109,6 +109,11 @@ what you give them.   Help stamp out software-hoarding!  */
 #include "config.h"
 #endif
 
+#include "ansidecl.h"
+
+extern char * EXFUN (tparam, (char *, char*, int, int, ...));
+extern char * EXFUN (tgoto, (char *, int, int));
+
 /* Assuming STRING is the value of a termcap string entry
    containing `%' constructs to expand parameters,
    merge in parameter values and store result in block OUTSTRING points to.
@@ -121,7 +126,7 @@ what you give them.   Help stamp out software-hoarding!  */
 
    The fourth and following args to tparam serve as the parameter values.  */
 
-static char *tparam1 ();
+char * EXFUN (tparam1, (char *, char *, int, char *, char *, int *));
 
 /* VARARGS 2 */
 char *