summaryrefslogtreecommitdiff
path: root/src/post/goom/goom_config_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/goom_config_param.h')
-rw-r--r--src/post/goom/goom_config_param.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/post/goom/goom_config_param.h b/src/post/goom/goom_config_param.h
index bd8753e7e..cfa16917b 100644
--- a/src/post/goom/goom_config_param.h
+++ b/src/post/goom/goom_config_param.h
@@ -1,5 +1,5 @@
-#ifndef _GOOM_CONFIG_PARAM_H
-#define _GOOM_CONFIG_PARAM_H
+#ifndef _CONFIG_PARAM_H
+#define _CONFIG_PARAM_H
#include <stdlib.h>
@@ -79,9 +79,7 @@ typedef struct _PARAM {
#define IMAX(p) ((p).param.ival.max)
#define ISTEP(p) ((p).param.ival.step)
-void empty_fct();
-
-PluginParam secure_param();
+PluginParam secure_param(void);
PluginParam secure_f_param(char *name);
PluginParam secure_i_param(char *name);