diff options
Diffstat (limited to 'obt/parse.h')
| -rw-r--r-- | obt/parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obt/parse.h b/obt/parse.h index 8e5acd72..acc3f5c6 100644 --- a/obt/parse.h +++ b/obt/parse.h @@ -28,7 +28,7 @@ typedef struct _ObtParseInst ObtParseInst; typedef void (*ObtParseCallback)(xmlNodePtr node, gpointer data); -ObtParseInst* obt_parse_instance_new(); +ObtParseInst* obt_parse_instance_new(void); void obt_parse_instance_ref(ObtParseInst *inst); void obt_parse_instance_unref(ObtParseInst *inst); |
