version, based off of 3.74, seems to have problems with NSPR autoconf. r=cls. git-svn-id: svn://10.0.0.236/trunk@85225 18797224-902f-48f8-a5cc-f745e15eee43
10 lines
280 B
C
10 lines
280 B
C
#ifndef _PATHSTUFF_H
|
|
#define _PATHSTUFF_H
|
|
|
|
extern char * convert_Path_to_windows32(char *Path, char to_delim);
|
|
extern char * convert_vpath_to_windows32(char *Path, char to_delim);
|
|
extern char * w32ify(char *file, int resolve);
|
|
extern char * getcwd_fs(char *buf, int len);
|
|
|
|
#endif
|