summaryrefslogtreecommitdiff
path: root/dmake/unix/linux/gnu/public.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/unix/linux/gnu/public.h')
-rw-r--r--dmake/unix/linux/gnu/public.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/dmake/unix/linux/gnu/public.h b/dmake/unix/linux/gnu/public.h
index 01e80862fbbd..3d930348b930 100644
--- a/dmake/unix/linux/gnu/public.h
+++ b/dmake/unix/linux/gnu/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:35 hr Exp $
+/* RCS $Id: public.h,v 1.2 2002-10-11 13:42:49 waratah Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,7 @@ void Clear_prerequisites ANSI((CELLPTR));
int Test_circle ANSI((CELLPTR, int));
STRINGPTR Def_recipe ANSI((char *, STRINGPTR, int, int));
t_attr Rcp_attribute ANSI((char *));
-void main ANSI((int, char **));
+int main ANSI((int, char **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));
@@ -137,6 +137,7 @@ int Get_line ANSI((char *, FILE *));
char *Do_comment ANSI((char *, char **, int));
char *Get_token ANSI((TKSTRPTR, char *, int));
void Quit ANSI(());
+const int in_quit ANSI((void));
void Read_state ANSI(());
void Write_state ANSI(());
int Check_state ANSI((CELLPTR, STRINGPTR *, int));
@@ -160,5 +161,8 @@ int runargv ANSI((CELLPTR, int, int, int, int, char *));
int Wait_for_child ANSI((int, int));
void Clean_up_processes ANSI(());
time_t CacheStat ANSI((char *, int));
+int touch_arch ANSI(( char *, char *));
+void void_lcache ANSI(( char *, char *));
+
#endif