00001 #ifndef UTILMM_CONFIGFILE_SHELL_EXPAND_HH
00002 #define UTILMM_CONFIGFILE_SHELL_EXPAND_HH
00003
00004 #include <string>
00005
00006 namespace utilmm
00007 {
00008 std::string shell_expand(std::string const& text);
00009 }
00010
00011 #endif
00012