mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
pull filenamemcopy out of searchFile
This commit is contained in:
parent
4b95be1b39
commit
b09849c91b
3 changed files with 37 additions and 20 deletions
|
@ -160,7 +160,8 @@ int loadFileDICTIONARY(const char *preferredName, void *data, size_t *datalen, u
|
|||
*/
|
||||
int convertOldMfuDump(uint8_t **dump, size_t *dumplen);
|
||||
|
||||
char *filenamemcopy(const char *preferredName, const char *suffix);
|
||||
int searchAndList(const char *pm3dir, const char *ext);
|
||||
char *searchFile(const char *pm3dir, const char *suffix, const char *preferredName);
|
||||
char *searchFile(const char *pm3dir, const char *searchname);
|
||||
|
||||
#endif // FILEUTILS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue