From f70403b0a5f74e13907262e668653eef29803754 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 13 Jan 2007 13:05:17 +0000 Subject: Started working on SyncManager (GUI only; does not work currently, needs backend). --- hardinfo2/benchmark.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'hardinfo2/benchmark.c') diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c index 81d66534..afb31743 100644 --- a/hardinfo2/benchmark.c +++ b/hardinfo2/benchmark.c @@ -224,6 +224,22 @@ ModuleEntry *hi_module_get_entries(void) return entries; } +gchar *get_all_results(void) +{ + return ""; +} + +ShellModuleMethod* +hi_exported_methods(void) +{ + static ShellModuleMethod m[] = { + { "getAllResults", get_all_results }, + { NULL } + }; + + return m; +} + ModuleAbout * hi_module_get_about(void) { -- cgit v1.2.3