You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@hyperreal.org on 1998/09/05 18:39:48 UTC

cvs commit: apache-1.3/src/include ap.h

ben         98/09/05 09:39:48

  Modified:    src/include ap.h
  Log:
  Remove redundant declarations.
  
  Revision  Changes    Path
  1.19      +0 -2      apache-1.3/src/include/ap.h
  
  Index: ap.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/ap.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ap.h	1998/07/08 18:02:16	1.18
  +++ ap.h	1998/09/05 16:39:47	1.19
  @@ -67,8 +67,6 @@
   
   API_EXPORT(char *) ap_cpystrn(char *, const char *, size_t);
   int ap_slack(int, int);
  -API_EXPORT(int) ap_snprintf(char *, size_t, const char *, ...);
  -API_EXPORT(int) ap_vsnprintf(char *, size_t, const char *, va_list ap);
   int ap_execle(const char *, const char *, ...);
   int ap_execve(const char *, const char *argv[], const char *envp[]);