aboutsummaryrefslogtreecommitdiff
path: root/src/libparsec/include/sys_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libparsec/include/sys_path.h')
-rw-r--r--src/libparsec/include/sys_path.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/libparsec/include/sys_path.h b/src/libparsec/include/sys_path.h
new file mode 100644
index 0000000..b15eef3
--- /dev/null
+++ b/src/libparsec/include/sys_path.h
@@ -0,0 +1,22 @@
+/*
+ * PARSEC HEADER: sys_path.h
+ */
+
+#ifndef _SYS_PATH_H_
+#define _SYS_PATH_H_
+
+
+// ----------------------------------------------------------------------------
+// SYSTEM SUBSYSTEM (SYS) PATH PROCESSING -
+// ----------------------------------------------------------------------------
+
+char* SYSs_ProcessPathString( char *path );
+char* SYSs_ScanToExtension( char *fname );
+char* SYSs_StripPath( char *fname );
+int SYSs_AcquireScriptPath( char *path, int comtype, char *prefix );
+int SYSs_AcquireDemoPath( char *path, char *prefix );
+
+
+#endif // _SYS_PATH_H_
+
+