소스 검색

svn: 1614

Bryan Drewery 21 년 전
부모
커밋
27420c4aa6
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/misc_file.c

+ 5 - 0
src/misc_file.c

@@ -14,6 +14,11 @@
 #include "main.h"
 
 
+int mkdir_p(const char *path)
+{
+
+}
+
 /* Copy a file from one place to another (possibly erasing old copy).
  *
  * returns:  0 if OK