diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-26 02:07:21 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-26 02:07:21 -0300 |
commit | f5cf5653e095790b217da6a393429e74e5a8287a (patch) | |
tree | c67766621ce8bf59135ad236738c5cd0e90670d7 /hardinfo2/hardinfo.h | |
parent | 1625f347f4e5bd33138e8c11cbfeb852943ec9d4 (diff) |
Implement more methods; this will be cleaned up later.
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 0aabfe72..755d4af4 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -115,6 +115,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); /* BinReloc stuff */ gboolean binreloc_init(gboolean try_hardcoded); |