summaryrefslogtreecommitdiff
path: root/lib/info.h
diff options
context:
space:
mode:
authordeva <deva>2006-03-07 19:12:18 +0000
committerdeva <deva>2006-03-07 19:12:18 +0000
commit4f84ffc811d93371f395f11a0e0f42000eaa99fc (patch)
treeb562b6c55f2a825dbbc12646df9741b51e1dff79 /lib/info.h
parent1390ddfe6afe41dba141f8170f9b277573ebe8cd (diff)
*** empty log message ***
Diffstat (limited to 'lib/info.h')
-rw-r--r--lib/info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/info.h b/lib/info.h
index d533051..d215577 100644
--- a/lib/info.h
+++ b/lib/info.h
@@ -58,4 +58,10 @@ protected:
string log_filename;
};
+// For the global info object
+namespace MIaV {
+ void initInfo(Info* info);
+ extern Info* info;
+};
+
#endif/*__MIAV_INFO_H__*/