summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmake/winnt/microsft/vpp40/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/winnt/microsft/vpp40/public.h b/dmake/winnt/microsft/vpp40/public.h
index a0126e82746a..b97be4f7e187 100644
--- a/dmake/winnt/microsft/vpp40/public.h
+++ b/dmake/winnt/microsft/vpp40/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:55 hr Exp $
+/* RCS $Id: public.h,v 1.4 2003-06-12 10:56:35 vg 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 **));