aboutsummaryrefslogtreecommitdiff
path: root/src/libparsec/include/sl_path.h
blob: 604d605fd7403d580c00789677cb734b80e1b5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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_