xml/libxml2libs/inc/libxml2_nonexport/libxml2_xmlio_private.h
changeset 0 e35f40988205
child 24 74f0b3eb154c
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 /*
       
     2  * Summary: valid private header
       
     3  * Description: internal interface for the I/O interfaces used by the parser
       
     4  *
       
     5  * Copy: See Copyright for the status of this software.
       
     6  *
       
     7  * Author: Daniel Veillard
       
     8  * Portion Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
     9  */
       
    10 
       
    11 /**
       
    12  @file
       
    13  @internalTechnology
       
    14  @released
       
    15 */
       
    16 
       
    17 #ifndef LIBXML2_TREE_PRIVATE_H
       
    18 #define LIBXML2_TREE_PRIVATE_H
       
    19 
       
    20 #include <libxml2_xmlio.h>
       
    21 
       
    22 #ifdef __cplusplus
       
    23 extern "C" {
       
    24 #endif
       
    25 
       
    26 /* Internal to Libxml2 dll functions - start */
       
    27 
       
    28 void* XMLCALL xmlFileOpen_real(const char *filename);
       
    29 
       
    30 #ifdef LIBXML_OUTPUT_ENABLED
       
    31 int XMLCALL    xmlFileWrite    (void * context, const char * buffer, int len);
       
    32 #endif /* LIBXML_OUTPUT_ENABLED */
       
    33 
       
    34 /* Internal to Libxml2 dll functions - end */
       
    35 
       
    36 #ifdef __cplusplus
       
    37 }
       
    38 #endif
       
    39 
       
    40 #endif /*LIBXML2_TREE_PRIVATE_H*/