summaryrefslogtreecommitdiff
path: root/girepository/cmph/bdz.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/cmph/bdz.h')
-rwxr-xr-xgirepository/cmph/bdz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/cmph/bdz.h b/girepository/cmph/bdz.h
index f2b7b89c..7116933b 100755
--- a/girepository/cmph/bdz.h
+++ b/girepository/cmph/bdz.h
@@ -6,7 +6,7 @@
typedef struct __bdz_data_t bdz_data_t;
typedef struct __bdz_config_data_t bdz_config_data_t;
-bdz_config_data_t *bdz_config_new();
+bdz_config_data_t *bdz_config_new(void);
void bdz_config_set_hashfuncs(cmph_config_t *mph, CMPH_HASH *hashfuncs);
void bdz_config_destroy(cmph_config_t *mph);
void bdz_config_set_b(cmph_config_t *mph, cmph_uint32 b);