repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gmake
/
w32
/
include
/
pathstuff.h
blob
a036f7b2d2d2cd3674e41cba985f50b9064ceda6
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