add PrintAndLogOptions

This commit is contained in:
Brian Pow 2018-03-01 23:34:14 +08:00
commit 88073dc5ce
2 changed files with 27 additions and 1 deletions

View file

@ -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);