]> granicus.if.org Git - flex/commitdiff
move dataflush, otoi prototypes into flexdef.h
authorVern Paxson <vern@ee.lbl.gov>
Thu, 20 Apr 1995 11:17:21 +0000 (11:17 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Thu, 20 Apr 1995 11:17:21 +0000 (11:17 +0000)
misc.c

diff --git a/misc.c b/misc.c
index a0151090f53edcef652f92716f3e7ccd32a784d7..5b0045ba65d98b7a4cd3771a527036b4787dd3a5 100644 (file)
--- a/misc.c
+++ b/misc.c
 #include "flexdef.h"
 
 
-
-/* declare functions that have forward references */
-
-void dataflush PROTO((void));
-int otoi PROTO((Char []));
-
-
 void action_define( defname, value )
 char *defname;
 int value;