mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
add PrintAndLogOptions
This commit is contained in:
parent
04d4ecddbf
commit
88073dc5ce
2 changed files with 27 additions and 1 deletions
|
@ -36,6 +36,7 @@ void HideGraphWindow(void);
|
|||
void ShowGraphWindow(void);
|
||||
void RepaintGraphWindow(void);
|
||||
extern void PrintAndLog(char *fmt, ...);
|
||||
void PrintAndLogOptions(char *str[][2], size_t size, size_t space);
|
||||
void PrintAndLogEx(logLevel_t level, char *fmt, ...);
|
||||
extern void SetLogFilename(char *fn);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue