summaryrefslogtreecommitdiff
path: root/chromium/third_party/libxml/src/include/private/tree.h
blob: 8b7f65d4b79955f951a42802baf2e4ae11d162ac (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef XML_TREE_H_PRIVATE__
#define XML_TREE_H_PRIVATE__

/*
 * Internal variable indicating if a callback has been registered for
 * node creation/destruction. It avoids spending a lot of time in locking
 * function while checking if the callback exists.
 */
extern int __xmlRegisterCallbacks;

#endif /* XML_TREE_H_PRIVATE__ */