aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-04-25 23:36:55 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-04-25 23:36:55 -0300
commit1625f347f4e5bd33138e8c11cbfeb852943ec9d4 (patch)
treecce0a22f501c657a380cc3438a6cbffc7d688550 /hardinfo2/hardinfo.h
parentcc6fd7f646e372a50c56db1c9af1b9d0bcbe8d6c (diff)
Implement module.entryGetField()
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r--hardinfo2/hardinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h
index 31b1365a..0aabfe72 100644
--- a/hardinfo2/hardinfo.h
+++ b/hardinfo2/hardinfo.h
@@ -114,6 +114,7 @@ void module_entry_reload(ShellModuleEntry *module_entry);
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);
/* BinReloc stuff */
gboolean binreloc_init(gboolean try_hardcoded);