You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@locus.apache.org on 2000/12/05 20:41:24 UTC

cvs commit: apr-util aprutil.def

wrowe       00/12/05 11:41:22

  Modified:    .        ApacheCore.def
               .        aprutil.def
  Log:
    Slide symbols from one place to another.
  
  Revision  Changes    Path
  1.43      +0 -34     httpd-2.0/ApacheCore.def
  
  Index: ApacheCore.def
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/ApacheCore.def,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- ApacheCore.def	2000/12/04 19:13:54	1.42
  +++ ApacheCore.def	2000/12/05 19:41:13	1.43
  @@ -345,19 +345,6 @@
   	ap_regerror
   	ap_regexec
   	ap_field_noparam
  -	ap_pbase64decode
  -	ap_pbase64encode
  -	ap_base64encode
  -	ap_base64encode_binary
  -	ap_base64encode_len
  -	ap_base64decode
  -	ap_base64decode_binary
  -	ap_base64decode_len
  -	ap_SHA1Init
  -	ap_SHA1Update_binary
  -	ap_SHA1Update
  -	ap_SHA1Final
  -	ap_sha1_base64
   	ap_show_hook
   	ap_hook_sort_register
   	ap_hook_process_connection
  @@ -429,26 +416,5 @@
          ap_xml_quote_string
          ap_xml_quote_elem
          ap_xml_insert_uri
  -;
  -; buckets
  -       ap_bucket_create_transient
  -       ap_bucket_split_shared
  -       ap_bucket_make_shared
  -       ap_bucket_destroy_shared
  -       ap_bucket_create_pool
   
          ap_os_create_privileged_process
  -
  -;
  -; apu_dbm symbols
  -;
  -        apu_dbm_open
  -        apu_dbm_geterror
  -        apu_dbm_close
  -        apu_dbm_fetch
  -        apu_dbm_store
  -        apu_dbm_delete
  -        apu_dbm_exists
  -        apu_dbm_firstkey
  -        apu_dbm_nextkey
  -        apu_dbm_freedatum
  
  
  
  1.2       +43 -0     apr-util/aprutil.def
  
  Index: aprutil.def
  ===================================================================
  RCS file: /home/cvs/apr-util/aprutil.def,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- aprutil.def	2000/12/05 17:22:21	1.1
  +++ aprutil.def	2000/12/05 19:41:18	1.2
  @@ -5,3 +5,46 @@
   
   EXPORTS
   ; Add new API calls to the end of this list.
  +ap_SHA1Final
  +ap_SHA1Init
  +ap_SHA1Update
  +ap_SHA1Update_binary
  +ap_base64decode
  +ap_base64decode_binary
  +ap_base64decode_len
  +ap_base64encode
  +ap_base64encode_binary
  +ap_base64encode_len
  +ap_sha1_base64
  +
  +ap_init_bucket_types
  +ap_bucket_create_pool
  +ap_bucket_create_socket
  +ap_bucket_create_transient
  +ap_bucket_destroy_shared
  +ap_bucket_make_shared
  +ap_bucket_split_shared
  +ap_bucket_create_eos
  +ap_bucket_create_file
  +ap_bucket_create_flush
  +ap_bucket_create_heap
  +ap_bucket_create_immortal
  +ap_bucket_create_pipe
  +ap_file_type
  +ap_flush_type
  +ap_pipe_type
  +ap_eos_type
  +
  +ap_brigade_create
  +ap_brigade_destroy
  +ap_brigade_split
  +ap_brigade_vprintf
  +ap_brigade_vputstrs
  +
  +ap_debug_module_hooks
  +ap_debug_module_name
  +ap_global_hook_pool
  +ap_hook_deregister_all
  +ap_hook_sort_register
  +ap_show_hook
  +ap_sort_hooks