mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
streamline works
This commit is contained in:
parent
5060a52b3a
commit
600e5d7d6f
4 changed files with 112 additions and 64 deletions
|
@ -75,6 +75,8 @@ 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
|
||||
|
||||
|
||||
/**
|
||||
* @brief Utility function to save data to a binary file. This method takes a preferred name, but if that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue