summaryrefslogtreecommitdiff
path: root/obt/parse.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-15 16:47:10 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-02-15 16:47:10 +0100
commit9e05faf3d6ac1c527032efb7210de8bbfeb2212c (patch)
tree4ab52e2891af75fb0cf0ba125fd69b727c71c56a /obt/parse.h
parent0ffd1ccc4701a9814e6ee570461b1250dd16f1e3 (diff)
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have.
Diffstat (limited to 'obt/parse.h')
-rw-r--r--obt/parse.h2
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);