From b57fee8153ab7bb8a2fdc2a12a5ccc0c0927d6f4 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 25 Mar 2003 13:05:43 +0000
Subject: MWS_SRX644: migrate branch mws_srx644 -> HEAD
---
dmake/unix/sysvr4/public.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'dmake/unix/sysvr4')
diff --git a/dmake/unix/sysvr4/public.h b/dmake/unix/sysvr4/public.h
index 011a809f03c0..248cfad40423 100644
--- a/dmake/unix/sysvr4/public.h
+++ b/dmake/unix/sysvr4/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:07 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:49 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 **));
--
cgit