aboutsummaryrefslogtreecommitdiff
path: root/src/libparsec/include/sl_path.h
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
commitc068f22329d5cc722622a2183bbb22eef2093df7 (patch)
tree12d56c1aede67988a55e241364606bfbb4dba933 /src/libparsec/include/sl_path.h
downloadopenparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz
openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip
initial importHEADmain
Diffstat (limited to 'src/libparsec/include/sl_path.h')
-rw-r--r--src/libparsec/include/sl_path.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libparsec/include/sl_path.h b/src/libparsec/include/sl_path.h
new file mode 100644
index 0000000..604d605
--- /dev/null
+++ b/src/libparsec/include/sl_path.h
@@ -0,0 +1,20 @@
+/*
+ * PARSEC HEADER: sl_path.h
+ */
+
+#ifndef _SL_PATH_H_
+#define _SL_PATH_H_
+
+
+// sl_path.c implements the following functions
+// -------------------------------------------
+// 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 // _SL_PATH_H_
+
+