]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add some prototypes to avoid a warning with the GNU compiler
authorBradley Nicholes <bnicholes@apache.org>
Mon, 16 Jun 2003 19:05:52 +0000 (19:05 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 16 Jun 2003 19:05:52 +0000 (19:05 +0000)
Submitted by: G�nter Knauf <gk@gknw.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100268 13f79535-47bb-0310-9956-ffa450edef68

src/os/netware/libpre.c
src/os/netware/libprews.c

index 67ce6c13d069dcfa089e6b3cc7647b73d2654a33..3b0956babf30f81aad7b091d608e3f18813145c5 100644 (file)
@@ -9,6 +9,9 @@
   provide.
 ------------------------------------------------------------------*/
 
+int _lib_start();
+int _lib_stop();
+
 #ifdef __GNUC__
 #include <string.h>        /* memset */
 extern char _edata, _end ; /* end of DATA (start of BSS), end of BSS */
index 65cd5381f41306729fc1672b8dd528ac848e7ba8..59149f803c9386ec8874d7b9b354b566aaa4965e 100644 (file)
@@ -11,6 +11,9 @@
 #include "stddef.h"
 #include "ws2nlm.h"
 
+int _lib_start_ws();
+int _lib_stop_ws();
+
 #ifdef __GNUC__
 #include <string.h>        /* memset */
 extern char _edata, _end ; /* end of DATA (start of BSS), end of BSS */