You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2003/06/16 21:05:53 UTC

cvs commit: apache-1.3/src/os/netware libprews.c libpre.c

bnicholes    2003/06/16 12:05:52

  Modified:    src/os/netware libprews.c libpre.c
  Log:
  Add some prototypes to avoid a warning with the GNU compiler
  
  Submitted by: G�nter Knauf <gk...@gknw.de>
  
  Revision  Changes    Path
  1.3       +3 -0      apache-1.3/src/os/netware/libprews.c
  
  Index: libprews.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/netware/libprews.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- libprews.c	13 Aug 2001 22:12:56 -0000	1.2
  +++ libprews.c	16 Jun 2003 19:05:52 -0000	1.3
  @@ -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 */
  
  
  
  1.3       +3 -0      apache-1.3/src/os/netware/libpre.c
  
  Index: libpre.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/netware/libpre.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- libpre.c	13 Aug 2001 22:12:56 -0000	1.2
  +++ libpre.c	16 Jun 2003 19:05:52 -0000	1.3
  @@ -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 */