diff options
| author | Jim Ingham <jingham@apple.com> | 2010-07-01 18:05:02 +0000 | 
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2010-07-01 18:05:02 +0000 | 
| commit | 2f1881f6bda7a992f380aa174332769590467207 (patch) | |
| tree | 506f59bc2ad10aeeb0a52528d85d1aafd58b136b | |
| parent | e9946d0d3f54221881566d118809d485f4e4fd5c (diff) | |
| download | bcm5719-llvm-2f1881f6bda7a992f380aa174332769590467207.tar.gz bcm5719-llvm-2f1881f6bda7a992f380aa174332769590467207.zip  | |
Missed one file in my last commit.
llvm-svn: 107410
| -rw-r--r-- | lldb/include/lldb/Core/FileSpec.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/Core/FileSpec.h b/lldb/include/lldb/Core/FileSpec.h index 296d7f9d3bf..71c006a52be 100644 --- a/lldb/include/lldb/Core/FileSpec.h +++ b/lldb/include/lldb/Core/FileSpec.h @@ -436,6 +436,9 @@ public:      static int      Resolve (const char *src_path, char *dst_path, size_t dst_len); +     +    static int +    ResolveUsername (const char *user_name, char *dst_buffer, size_t dst_len);  protected:      //------------------------------------------------------------------  | 

