From f11c77e39f595fda18aaa7035ee6e1f032cc6039 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 7 Jan 2007 17:54:10 +0000 Subject: Optimizations, add module description to ModuleAbout --- hardinfo2/hardinfo.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hardinfo2/hardinfo.h') diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 3bc45959..e05521d3 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -56,9 +56,10 @@ struct _ModuleEntry { }; struct _ModuleAbout { - gchar *author; - gchar *version; - gchar *license; + const gchar *description; + const gchar *author; + const gchar *version; + const gchar *license; }; /* String utility functions */ -- cgit v1.2.3