diff options
Diffstat (limited to 'dmake/winnt/microsft')
-rw-r--r-- | dmake/winnt/microsft/vpp40/public.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dmake/winnt/microsft/vpp40/public.h b/dmake/winnt/microsft/vpp40/public.h index f867838344c5..921b67b6f121 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.1.1.1 2000-09-22 15:33:37 hr Exp $ +/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:09 waratah Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -88,7 +88,6 @@ 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 **)); |