File: xinclude.h

package info (click to toggle)
libxml2 2.15.2%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,036 kB
  • sloc: xml: 305,167; ansic: 138,598; python: 6,692; javascript: 5,897; sh: 4,736; makefile: 1,308
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#ifndef XML_INCLUDE_H_PRIVATE__
#define XML_INCLUDE_H_PRIVATE__

#include <libxml/xinclude.h>

XML_HIDDEN int
xmlXIncludeSetStreamingMode(xmlXIncludeCtxt *ctxt, int mode);

#endif /* XML_INCLUDE_H_PRIVATE__ */