Fixed: functions were implicitly declared extern and later static
authorceriel <none@none>
Thu, 7 Oct 1993 17:47:26 +0000 (17:47 +0000)
committerceriel <none@none>
Thu, 7 Oct 1993 17:47:26 +0000 (17:47 +0000)
util/ego/share/put.c

index 3ecede7..84dfa01 100644 (file)
@@ -30,6 +30,10 @@ FILE *curoutp;
 
 /* putlines */
 
+STATIC putstr();
+STATIC outlab();
+STATIC outobject();
+
 STATIC putargs(ap)
        register arg_p ap;
 {