forked from OSchip/llvm-project
Resolve dueling commits... Plus add docs for Resolve & ResolveUsername.
llvm-svn: 107456
This commit is contained in:
parent
7cc478b9a2
commit
a302bb1608
|
@ -433,6 +433,10 @@ public:
|
||||||
|
|
||||||
static int
|
static int
|
||||||
Resolve (const char *src_path, char *dst_path, size_t dst_len);
|
Resolve (const char *src_path, char *dst_path, size_t dst_len);
|
||||||
|
|
||||||
|
int
|
||||||
|
ResolveUsername (const char *src_path, char *dst_path, size_t dst_len);
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue