diff options
Diffstat (limited to 'obt/parse.h')
| -rw-r--r-- | obt/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obt/parse.h b/obt/parse.h index 3a541a0d..cba7c495 100644 --- a/obt/parse.h +++ b/obt/parse.h @@ -61,6 +61,7 @@ void obt_parse_close(ObtParseInst *inst); void obt_parse_register(ObtParseInst *inst, const gchar *tag, ObtParseCallback func, gpointer data); void obt_parse_tree(ObtParseInst *i, xmlNodePtr node); +void obt_parse_tree_from_root(ObtParseInst *i); /* helpers */ |
