aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-06 12:47:33 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-06 12:47:33 +0000
commit5862c823a3dca7a95027134b05b731d46d0db1d7 (patch)
treed02cb0811f08442cb5fa6eaeeead159f69b1ac06 /hardinfo2/hardinfo.h
parentbe3013df51de306e4494419c595727569ad2c284 (diff)
Let the fun begin! :)
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 68b93441..3bc45959 100644
--- a/hardinfo2/hardinfo.h
+++ b/hardinfo2/hardinfo.h
@@ -93,6 +93,7 @@ void module_entry_scan_all(ModuleEntry *entries);
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);
/* BinReloc stuff */
gboolean binreloc_init(gboolean try_hardcoded);