|
Last change
on this file since 53 was 53, checked in by bird, 21 years ago |
|
Initial revision
|
-
Property svn:eol-style
set to
native
|
|
File size:
280 bytes
|
| Line | |
|---|
| 1 | #ifndef _PATHSTUFF_H
|
|---|
| 2 | #define _PATHSTUFF_H
|
|---|
| 3 |
|
|---|
| 4 | extern char * convert_Path_to_windows32(char *Path, char to_delim);
|
|---|
| 5 | extern char * convert_vpath_to_windows32(char *Path, char to_delim);
|
|---|
| 6 | extern char * w32ify(char *file, int resolve);
|
|---|
| 7 | extern char * getcwd_fs(char *buf, int len);
|
|---|
| 8 |
|
|---|
| 9 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.