X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FW1Util.hh;h=cbc74ab26f4ec14254c4142fcacc1c31b0fb62f6;hb=8c97cbb9b5f8997fe9ab3917fcbea66d74b45837;hp=161d2f04b10f7578189ccd0ad302d1929c865d0e;hpb=6c332c9dfe49d7fe08478946decce32a8f577ef4;p=lib1wire.git diff --git a/src/W1Util.hh b/src/W1Util.hh index 161d2f0..cbc74ab 100644 --- a/src/W1Util.hh +++ b/src/W1Util.hh @@ -18,8 +18,6 @@ #include #include -#include "W1DataList.hh" - namespace w1 { class W1Util { public: @@ -33,7 +31,7 @@ namespace w1 { static std::vector get_data_files(const std::string& path); static plp::Date parse_date_str(std::string date_str); static char *parse_directory_path(const char *file_path); - static bool mkdirs(char *path); + static bool mkdirs(const char *path); static std::ofstream *open_for_writing(const char *path); }; }