00001 #ifndef __UTIL_H__ 00002 #define __UTIL_H__ 00003 00004 #include <string> 00005 00006 namespace freedaisy { 00008 std::string dirname(std::string path); 00009 } 00010 00011 #endif