summaryrefslogtreecommitdiff
path: root/girepository/cmph/bdz_ph.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/cmph/bdz_ph.h')
-rwxr-xr-xgirepository/cmph/bdz_ph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/cmph/bdz_ph.h b/girepository/cmph/bdz_ph.h
index 73cce2ed..67b1facb 100755
--- a/girepository/cmph/bdz_ph.h
+++ b/girepository/cmph/bdz_ph.h
@@ -6,7 +6,7 @@
typedef struct __bdz_ph_data_t bdz_ph_data_t;
typedef struct __bdz_ph_config_data_t bdz_ph_config_data_t;
-bdz_ph_config_data_t *bdz_ph_config_new();
+bdz_ph_config_data_t *bdz_ph_config_new(void);
void bdz_ph_config_set_hashfuncs(cmph_config_t *mph, CMPH_HASH *hashfuncs);
void bdz_ph_config_destroy(cmph_config_t *mph);
cmph_t *bdz_ph_new(cmph_config_t *mph, double c);