summaryrefslogtreecommitdiffstats
path: root/dmake/msdos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:51:53 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:51:53 +0000
commite0a359f8d2b4442c53dfae3288f4533d7423233c (patch)
treea5658957b7ccee5742b3f6368793972f8096eaaf /dmake/msdos
parentINTEGRATION: CWS mh11rc (1.3.8); FILE MERGED (diff)
downloadcore-e0a359f8d2b4442c53dfae3288f4533d7423233c.tar.gz
core-e0a359f8d2b4442c53dfae3288f4533d7423233c.zip
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:07 mh 1.3.8.1: join: from beta2
Diffstat (limited to 'dmake/msdos')
-rw-r--r--dmake/msdos/microsft/msc51/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/msdos/microsft/msc51/public.h b/dmake/msdos/microsft/msc51/public.h
index 160088a09641..e8537e90c5c9 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.3 2003-03-25 14:02:28 hr Exp $
+/* RCS $Id: public.h,v 1.4 2003-06-12 10:51:53 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 **));