aboutsummaryrefslogtreecommitdiffstats
path: root/src/dynamic_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynamic_cfg.h')
-rw-r--r--src/dynamic_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamic_cfg.h b/src/dynamic_cfg.h
index c791a3c38..b65d7aa9a 100644
--- a/src/dynamic_cfg.h
+++ b/src/dynamic_cfg.h
@@ -60,7 +60,7 @@ gboolean add_dynamic_symbol (struct config_file *cfg, const gchar *metric, const
* @param value value of symbol
* @return
*/
-gboolean add_dynamic_action (struct config_file *cfg, const gchar *metric, const gchar *action, gdouble value);
+gboolean add_dynamic_action (struct config_file *cfg, const gchar *metric, guint action, gdouble value);
#endif /* DYNAMIC_CFG_H_ */