Resolve dueling commits... Plus add docs for Resolve & ResolveUsername.

llvm-svn: 107456
This commit is contained in:
Jim Ingham 2010-07-02 00:57:26 +00:00
parent 7cc478b9a2
commit a302bb1608
1 changed files with 4 additions and 0 deletions

View File

@ -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:
//------------------------------------------------------------------ //------------------------------------------------------------------