summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2010-07-01 18:05:02 +0000
committerJim Ingham <jingham@apple.com>2010-07-01 18:05:02 +0000
commit2f1881f6bda7a992f380aa174332769590467207 (patch)
tree506f59bc2ad10aeeb0a52528d85d1aafd58b136b
parente9946d0d3f54221881566d118809d485f4e4fd5c (diff)
downloadbcm5719-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.h3
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:
//------------------------------------------------------------------
OpenPOWER on IntegriCloud