You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@locus.apache.org on 2000/07/15 01:40:59 UTC

cvs commit: apache-2.0/src/lib/apr/include apr_dso.h

gstein      00/07/14 16:40:58

  Modified:    src/lib/apr/include apr_dso.h
  Log:
  minor typo.
  
  Revision  Changes    Path
  1.15      +1 -1      apache-2.0/src/lib/apr/include/apr_dso.h
  
  Index: apr_dso.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_dso.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- apr_dso.h	2000/06/11 15:01:55	1.14
  +++ apr_dso.h	2000/07/14 23:40:58	1.15
  @@ -104,7 +104,7 @@
   
   /*
   
  -=head1 ap_status_t ap_dso_sym(ap_dso_handle_sym_t *ressym, ap_dso_handle_t *handle *, const char *symname)
  +=head1 ap_status_t ap_dso_sym(ap_dso_handle_sym_t *ressym, ap_dso_handle_t *handle, const char *symname)
   
   B<Load a symbol from a DSO handle.>