version 1.4.45b
[polyglot.git] / util.h
diff --git a/util.h b/util.h
index 8b670e8..a571ec8 100644 (file)
--- a/util.h
+++ b/util.h
@@ -9,6 +9,7 @@
 #include <stdio.h>\r
 #include <sys/types.h>\r
 #include <sys/timeb.h>\r
+#include <sys/stat.h>\r
 \r
 // defines\r
 \r
@@ -143,6 +144,9 @@ extern void   my_log                (const char format[], ...);
 extern void   my_fatal              (const char format[], ...);\r
 \r
 extern bool   my_file_read_line     (FILE * file, char string[], int size);\r
+extern void   my_path_join          (char *join_path, const char *path, const char *file);\r
+\r
+extern int    my_mkdir              (const char *path);\r
 \r
 extern bool   my_string_empty       (const char string[]);\r
 extern bool   my_string_whitespace  (const char string[]);\r