1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

Consolidate private header files

Private functions were previously declared

- in header files in the root directory
- in public headers guarded with IN_LIBXML
- in libxml.h
- redundantly in source files that used them.

Consolidate all private header files in include/private.
This commit is contained in:
Nick Wellnhofer
2022-08-26 01:22:33 +02:00
parent 48f84ea8ed
commit 0f568c0b73
64 changed files with 308 additions and 337 deletions

View File

@ -30,6 +30,8 @@
#include <libxml/relaxng.h>
#endif
#include "private/error.h"
#define DUMP_TEXT_TYPE 1
typedef struct _xmlDebugCtxt xmlDebugCtxt;