new function normalize_paths
[swftools.git] / lib / as3 / files.h
index d73c0f3..ae31212 100644 (file)
@@ -40,4 +40,7 @@ void enter_file(const char*name, const char*filename, void*state);
 FILE* enter_file2(const char*name, const char*filename, void*state);
 void* leave_file();
 
+char* concat_paths(const char*base, const char*add);
+char* normalize_path(const char*path);
+
 #endif