Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gmake / w32 / include / pathstuff.h
bloba036f7b2d2d2cd3674e41cba985f50b9064ceda6
1 #ifndef _PATHSTUFF_H
2 #define _PATHSTUFF_H
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);
9 #endif