stoddard    99/09/22 05:41:17

  Modified:    src/lib/apr/lib lib.def
  Log:
  Fix some function names in the exports file
  
  Revision  Changes    Path
  1.2       +12 -10    apache-2.0/src/lib/apr/lib/lib.def
  
  Index: lib.def
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/lib/lib.def,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lib.def   1999/08/17 15:59:38     1.1
  +++ lib.def   1999/09/22 12:41:17     1.2
  @@ -5,16 +5,16 @@
   
   EXPORTS
        ; Add new API calls to the end of this list.
  -     apr_MD5Final   @1
  -     apr_MD5Init   @2
  -     apr_MD5Update   @3
  -    apr_cpystrn   @4
  +     ap_MD5Final   @1
  +     ap_MD5Init   @2
  +     ap_MD5Update   @3
  +     ap_cpystrn   @4
        ap_register_cleanup   @5
        ap_kill_cleanup   @6
  -     apr_fnmatch   @7
  -     apr_is_fnmatch   @8
  -     apr_MD5Encode   @9
  -     apr_validate_password   @10
  +     ap_fnmatch   @7
  +     ap_is_fnmatch   @8
  +     ap_MD5Encode   @9
  +     ap_validate_password   @10
        ap_make_sub_pool   @11
        ap_init_alloc   @12
        ap_clear_pool   @13
  @@ -53,8 +53,10 @@
        ap_cleanup_for_exec   @49
        ap_null_cleanup   @50
        ap_note_subprocess   @51
  -     apr_slack   @54
  +     ap_slack   @54
        ap_vformatter   @55
        ap_snprintf   @56
        ap_vsnprintf   @57
  -    ap_getpass   @58
  +     ap_getpass   @58
  +
  +
  
  
  

Reply via email to