diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /src/libparsec/include/sw_path.h | |
| download | openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip | |
Diffstat (limited to 'src/libparsec/include/sw_path.h')
| -rw-r--r-- | src/libparsec/include/sw_path.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libparsec/include/sw_path.h b/src/libparsec/include/sw_path.h new file mode 100644 index 0000000..60095ff --- /dev/null +++ b/src/libparsec/include/sw_path.h @@ -0,0 +1,20 @@ +/* + * PARSEC HEADER: sw_path.h + */ + +#ifndef _SW_PATH_H_ +#define _SW_PATH_H_ + + +// sw_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 // _SW_PATH_H_ + + |
