about summary refs log tree commit diff
path: root/src/base/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/system.h')
-rw-r--r--src/base/system.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/base/system.h b/src/base/system.h
index 1b4d52aa..c9d25260 100644
--- a/src/base/system.h
+++ b/src/base/system.h
@@ -945,6 +945,16 @@ int fs_is_dir(const char *path);
 int fs_chdir(const char *path);
 
 /*
+	Function: fs_parent_dir
+		Get the parent directory of a directory
+	
+	Parameters:
+		path - The directory
+		buffer - Buffer to set the parent folder
+*/
+void fs_parent_dir(const char *path, char *buffer);
+
+/*
 	Group: Undocumented
 */