rse         99/06/02 00:08:19

  Modified:    src/include httpd.h
  Log:
  Fix recent commit of an ap_regerror() function.  Hmmm... we should force
  us all to compile with egcc -Wall before something is comitted...
  
  Revision  Changes    Path
  1.279     +2 -0      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.278
  retrieving revision 1.279
  diff -u -r1.278 -r1.279
  --- httpd.h   1999/05/21 17:10:40     1.278
  +++ httpd.h   1999/06/02 07:08:18     1.279
  @@ -974,6 +974,8 @@
   
   API_EXPORT(int)    ap_regexec(const regex_t *preg, const char *string,
                                 size_t nmatch, regmatch_t pmatch[], int 
eflags);
  +API_EXPORT(size_t) ap_regerror(int errcode, const regex_t *preg, 
  +                               char *errbuf, size_t errbuf_size);
   API_EXPORT(char *) ap_pregsub(pool *p, const char *input, const char *source,
                                 size_t nmatch, regmatch_t pmatch[]);
   
  
  
  

Reply via email to