diff options
| author | Christian Blichmann <cblichmann@google.com> | 2021-11-12 11:48:18 +0100 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-01-04 09:02:17 -0500 |
| commit | 1c2ba8c915540199f081ef00c7ef4e6b3006316c (patch) | |
| tree | 4e0f3353f3c1558f8f9863dbcfb4034a741a98a6 | |
| parent | 0df0c8803ea88b4fe0400017d64add1e90f09e91 (diff) | |
Remove duplicate declaration for `BNGetParentPath()`
Also affects `stable`.
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 053e22a2..963cdb24 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -5399,7 +5399,6 @@ __attribute__ ((format (printf, 1, 2))) BINARYNINJACOREAPI bool BNFileSize(const char* path, uint64_t* size); BINARYNINJACOREAPI bool BNRenameFile(const char* source, const char* dest); BINARYNINJACOREAPI bool BNCopyFile(const char* source, const char* dest); - BINARYNINJACOREAPI char* BNGetParentPath(const char* path); BINARYNINJACOREAPI const char* BNGetFileName(const char* path); BINARYNINJACOREAPI const char* BNGetFileExtension(const char* path); BINARYNINJACOREAPI char** BNGetFilePathsInDirectory(const char* path, size_t* count); |
