Move history and logfile to ~/.proxmark3

This commit is contained in:
Philippe Teuwen 2019-08-28 21:15:11 +02:00
commit d2d58db985
5 changed files with 74 additions and 13 deletions

View file

@ -39,7 +39,6 @@ void ShowGraphWindow(void);
void RepaintGraphWindow(void);
void PrintAndLogOptions(const char *str[][2], size_t size, size_t space);
void PrintAndLogEx(logLevel_t level, const char *fmt, ...);
void SetLogFilename(char *fn);
void SetFlushAfterWrite(bool value);
void memcpy_filter_ansi(void *dest, const void *src, size_t n, bool filter);
@ -49,6 +48,8 @@ extern uint32_t CursorCPos, CursorDPos;
extern bool GridLocked;
extern bool showDemod;
int searchHomeFilePath(char **foundpath, const char *filename, bool create_home);
extern pthread_mutex_t print_lock;
void iceIIR_Butterworth(int *data, const size_t len);