diff options
Diffstat (limited to 'lldb/source/Host/macosx/cfcpp/CFCBundle.h')
-rw-r--r-- | lldb/source/Host/macosx/cfcpp/CFCBundle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Host/macosx/cfcpp/CFCBundle.h b/lldb/source/Host/macosx/cfcpp/CFCBundle.h index c07a48cb055..1cd1b681af8 100644 --- a/lldb/source/Host/macosx/cfcpp/CFCBundle.h +++ b/lldb/source/Host/macosx/cfcpp/CFCBundle.h @@ -34,6 +34,9 @@ public: GetValueForInfoDictionaryKey(CFStringRef key) const; bool + GetPath (char *dst, size_t dst_len); + + bool SetPath (const char *path); private: |