aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-07-04 19:57:57 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-07-04 19:57:57 -0300
commit7ebff5f725c632fe3f8ff364e961e34471f58656 (patch)
treee34e1b8a025f01c1c99eb953025a06f8925fffcf /hardinfo2/hardinfo.h
parente102d515fb20d154aade1f680d793ebaeea1786f (diff)
Add crash handler (based on old Sylpheed Claws code)
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 43514be2..534a3123 100644
--- a/hardinfo2/hardinfo.h
+++ b/hardinfo2/hardinfo.h
@@ -39,6 +39,7 @@ struct _ProgramParameters {
gchar **use_modules;
gchar *path_lib;
gchar *path_data;
+ gchar *argv0;
};
struct _FileTypes {