You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gs...@apache.org on 2001/02/19 02:14:30 UTC

cvs commit: apr-util/include apr_xml.h

gstein      01/02/18 17:14:30

  Modified:    include  apr_xml.h
  Log:
  prevent the exports-generation stuff from picking up this file.
  
  Revision  Changes    Path
  1.10      +4 -0      apr-util/include/apr_xml.h
  
  Index: apr_xml.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apr_xml.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- apr_xml.h	2001/02/18 12:30:41	1.9
  +++ apr_xml.h	2001/02/19 01:14:28	1.10
  @@ -64,6 +64,8 @@
   extern "C" {
   #endif
   
  +#ifdef APR_NOT_AVAILABLE_YET
  +
   /**
    * @package Apache XML library
    */
  @@ -349,6 +351,8 @@
   APU_DECLARE(int) apr_xml_insert_uri(apr_array_header_t *uri_array,
                                       const char *uri);
   #define APR_XML_GET_URI_ITEM(ary, i) (((const char * const *)(ary)->elts)[i])
  +
  +#endif /* APR_NOT_AVAILABLE_YET */
   
   #ifdef __cplusplus
   }