mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
pref savedefaultpaths uses cliparser, enabled but is not used in the fileutils yet.
This commit is contained in:
parent
ee8309e09b
commit
8b7ef202c3
5 changed files with 209 additions and 231 deletions
|
@ -78,7 +78,7 @@ typedef enum {
|
|||
|
||||
int fileExists(const char *filename);
|
||||
//bool create_path(const char *dirname);
|
||||
//bool setDefaultPath (savePaths_t pathIndex,const char *Path); // set a path in the path list session.defaultPaths
|
||||
bool setDefaultPath (savePaths_t pathIndex,const char *Path); // set a path in the path list session.defaultPaths
|
||||
|
||||
char *newfilenamemcopy(const char *preferredName, const char *suffix);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue