00001 // Copyright (C) 2006 Alexis ROBERT 00002 00003 #ifndef __UTIL_H__ 00004 #define __UTIL_H__ 00005 00006 #include <string> 00007 00008 namespace freedaisy { 00010 std::string dirname(std::string path); 00011 } 00012 00013 #endif