summaryrefslogtreecommitdiff
path: root/dmake/unix/cygwin
diff options
context:
space:
mode:
authorKen Foskey <waratah@openoffice.org>2003-01-13 13:28:09 +0000
committerKen Foskey <waratah@openoffice.org>2003-01-13 13:28:09 +0000
commit0634d662e96dcc45752a5fdb69a3e6345a7402e9 (patch)
treec0f32f55a0ed97529f2337c7674c8827f0310132 /dmake/unix/cygwin
parentff7151bf4bbb735963eeffe55eca7b7b41d00097 (diff)
dmake: Remove the incorrect definition of main to void
Diffstat (limited to 'dmake/unix/cygwin')
-rw-r--r--dmake/unix/cygwin/public.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/dmake/unix/cygwin/public.h b/dmake/unix/cygwin/public.h
index 76f5911fa9fa..be9c814a6bf7 100644
--- a/dmake/unix/cygwin/public.h
+++ b/dmake/unix/cygwin/public.h
@@ -2,9 +2,9 @@
*
* $RCSfile: public.h,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2002-03-26 14:22:01 $
+ * last change: $Author: waratah $ $Date: 2003-01-13 14:28:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,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 **));