diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-29 22:16:47 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-29 22:16:47 -0300 |
commit | 64f6c0ba3c0f8a7d67d813cb3498987134477d83 (patch) | |
tree | 0b3a6bbb709852e6863bf25c9fb49e686980699b /hardinfo2/hardinfo.h | |
parent | 20731a3f2e262440e00da501452b1efe5e6f1d52 (diff) |
Implement more remote client features
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 2314c043..5bad88e9 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -116,7 +116,7 @@ void module_entry_scan(ShellModuleEntry *module_entry); gchar *module_entry_function(ShellModuleEntry *module_entry); const gchar *module_entry_get_note(ShellModuleEntry *module_entry); gchar *module_entry_get_field(ShellModuleEntry * module_entry, gchar * field); -gchar *module_entry_get_moreinfo(ShellModuleEntry * module_entry); +gchar *module_entry_get_moreinfo(ShellModuleEntry * module_entry, gchar * field); /* BinReloc stuff */ |