]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Flatten more external functions
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 3539155df83549b6cbeb175a4d5041f2621a250b..6d4d9718fc78f5f8ad4550961211052b4d5e9791 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -479,11 +479,10 @@ FILE          *fs_file_open   (const char *, const char *);
 int            fs_file_getline(char  **, size_t *, FILE *);
 
 /* directory handling */
+int            fs_dir_make    (const char *);
 DIR           *fs_dir_open    (const char *);
 int            fs_dir_close   (DIR *);
 struct dirent *fs_dir_read    (DIR *);
-int            fs_dir_make    (const char *);
-int            fs_dir_change  (const char *);
 
 
 /*===================================================================*/