X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=util.h;fp=util.h;h=a571ec84fb0e6e5511e27223b7ef4b3b6c938f86;hb=cd81270f2b1723e0798f4d6dcaee134f0b4aca7f;hp=8b670e8134cae4e629ac4be7b66d50cc20d7acec;hpb=ac968003c13bde5c86ffa19f8819e436b5bc03e6;p=polyglot.git diff --git a/util.h b/util.h index 8b670e8..a571ec8 100644 --- a/util.h +++ b/util.h @@ -9,6 +9,7 @@ #include #include #include +#include // defines @@ -143,6 +144,9 @@ extern void my_log (const char format[], ...); extern void my_fatal (const char format[], ...); extern bool my_file_read_line (FILE * file, char string[], int size); +extern void my_path_join (char *join_path, const char *path, const char *file); + +extern int my_mkdir (const char *path); extern bool my_string_empty (const char string[]); extern bool my_string_whitespace (const char string[]);