[Lldb-commits] [lldb] r107410 - /lldb/trunk/include/lldb/Core/FileSpec.h

Jim Ingham jingham at apple.com
Thu Jul 1 11:05:02 PDT 2010


Author: jingham
Date: Thu Jul  1 13:05:02 2010
New Revision: 107410

URL: http://llvm.org/viewvc/llvm-project?rev=107410&view=rev
Log:
Missed one file in my last commit.

Modified:
    lldb/trunk/include/lldb/Core/FileSpec.h

Modified: lldb/trunk/include/lldb/Core/FileSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/FileSpec.h?rev=107410&r1=107409&r2=107410&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/FileSpec.h (original)
+++ lldb/trunk/include/lldb/Core/FileSpec.h Thu Jul  1 13:05:02 2010
@@ -436,6 +436,9 @@
 
     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:
     //------------------------------------------------------------------





More information about the lldb-commits mailing list