summaryrefslogtreecommitdiff
path: root/src/char/HPMchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/HPMchar.c')
-rw-r--r--src/char/HPMchar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char/HPMchar.c b/src/char/HPMchar.c
index 14d7be1a3..d3150bc11 100644
--- a/src/char/HPMchar.c
+++ b/src/char/HPMchar.c
@@ -52,9 +52,10 @@
*
* @see HPM_interface::data_store_validate
*/
-bool HPM_char_data_store_validate(enum HPluginDataTypes type, struct hplugin_data_store **store)
+bool HPM_char_data_store_validate(enum HPluginDataTypes type, struct hplugin_data_store **storeptr, bool initialize)
{
switch (type) {
+ // No supported types at the moment.
default:
break;
}