summaryrefslogtreecommitdiff
path: root/hardinfo2/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/util.c')
-rw-r--r--hardinfo2/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/util.c b/hardinfo2/util.c
index 2cf37291..d742233a 100644
--- a/hardinfo2/util.c
+++ b/hardinfo2/util.c
@@ -489,6 +489,7 @@ gchar *module_call_method(gchar * method)
g_strdup_printf("{Unknown method: \"%s\"}", method);
}
+/* FIXME: varargs? */
gchar *module_call_method_param(gchar * method, gchar * parameter)
{
gchar *(*function) (gchar *param);