summaryrefslogtreecommitdiff
path: root/dmake/msdos/microsft/msc51/public.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/msdos/microsft/msc51/public.h')
-rw-r--r--dmake/msdos/microsft/msc51/public.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmake/msdos/microsft/msc51/public.h b/dmake/msdos/microsft/msc51/public.h
index 68e682ae4b69..160088a09641 100644
--- a/dmake/msdos/microsft/msc51/public.h
+++ b/dmake/msdos/microsft/msc51/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:00 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:28 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,6 +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 **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));