You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2004/04/28 19:59:12 UTC

cvs commit: httpd-2.0/modules/dav/main dav.imp

bnicholes    2004/04/28 10:59:12

  Modified:    modules/dav/main dav.imp
  Log:
  Fix up the DAV import/export files for the NetWare build
  
  Revision  Changes    Path
  1.2       +28 -19    httpd-2.0/modules/dav/main/dav.imp
  
  Index: dav.imp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/main/dav.imp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dav.imp	14 Mar 2002 21:10:22 -0000	1.1
  +++ dav.imp	28 Apr 2004 17:59:12 -0000	1.2
  @@ -1,19 +1,28 @@
  -(mod_dav)
  -dav_hook_gather_propsets,
  -dav_hook_find_liveprop,
  -dav_hook_insert_all_liveprops,
  -dav_new_error,
  -dav_set_bufsize,
  -dav_xmlns_add,
  -dav_check_bufsize,
  -dav_push_error,
  -dav_buffer_init,
  -dav_buffer_place,
  -dav_buffer_append,
  -dav_add_response,
  -dav_buffer_place_mem,
  -dav_lock_query,
  -dav_get_liveprop_info,
  -dav_do_find_liveprop,
  -dav_register_liveprop_group,
  -dav_register_provider
  \ No newline at end of file
  + (mod_dav)
  + dav_hook_gather_propsets,
  + dav_hook_find_liveprop,
  + dav_hook_insert_all_liveprops,
  + dav_new_error,
  + dav_new_error_tag,
  + dav_push_error,
  + dav_set_bufsize,
  + dav_buffer_init,
  + dav_check_bufsize,
  + dav_buffer_append,
  + dav_buffer_place,
  + dav_buffer_place_mem,
  + dav_xml_get_cdata,
  + dav_xmlns_create,
  + dav_xmlns_add,
  + dav_xmlns_add_uri,
  + dav_xmlns_get_uri,
  + dav_xmlns_get_prefix,
  + dav_xmlns_generate,
  + dav_register_provider,
  + dav_do_find_liveprop,
  + dav_get_liveprop_info,
  + dav_register_liveprop_group,
  + dav_get_liveprop_ns_index,
  + dav_lock_query,
  + dav_add_response
  +