diff options
author | deva <deva> | 2006-03-07 19:12:18 +0000 |
---|---|---|
committer | deva <deva> | 2006-03-07 19:12:18 +0000 |
commit | 4f84ffc811d93371f395f11a0e0f42000eaa99fc (patch) | |
tree | b562b6c55f2a825dbbc12646df9741b51e1dff79 /lib/info.h | |
parent | 1390ddfe6afe41dba141f8170f9b277573ebe8cd (diff) |
*** empty log message ***
Diffstat (limited to 'lib/info.h')
-rw-r--r-- | lib/info.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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__*/ |