summaryrefslogtreecommitdiff
path: root/dmake/tos
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-25 13:05:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-25 13:05:43 +0000
commitb57fee8153ab7bb8a2fdc2a12a5ccc0c0927d6f4 (patch)
tree74114259b652f32d411bca938e8946a654544ab3 /dmake/tos
parente0ac98f6d945aa23617e5f5174ef16287fb985a0 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'dmake/tos')
-rw-r--r--dmake/tos/public.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmake/tos/public.h b/dmake/tos/public.h
index 187e5d430661..c6c2c5257516 100644
--- a/dmake/tos/public.h
+++ b/dmake/tos/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:02 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:41 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 **));