diff options
Diffstat (limited to 'w32/include/pathstuff.h')
-rw-r--r-- | w32/include/pathstuff.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/w32/include/pathstuff.h b/w32/include/pathstuff.h index 55af520..0288496 100644 --- a/w32/include/pathstuff.h +++ b/w32/include/pathstuff.h @@ -18,9 +18,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #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); +char *convert_Path_to_windows32(char *Path, char to_delim); +char *convert_vpath_to_windows32(char *Path, char to_delim); +char *w32ify(const char *file, int resolve); +char *getcwd_fs(char *buf, int len); #endif |