Reorganize repository structure
This commit is contained in:
parent
f2259c5424
commit
3c44927e0a
364 changed files with 0 additions and 14028 deletions
12
lpctool/infohelper.h
Normal file
12
lpctool/infohelper.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef TOOL_INFOHELPER
|
||||
#define TOOL_INFOHELPER
|
||||
|
||||
extern char verbosity;
|
||||
|
||||
int printError(char *err);
|
||||
int printErrorS(char *err, char *xtra);
|
||||
int printInfoS(unsigned char level, char *msg, char *xtra);
|
||||
int printInfoH(unsigned char level, char *msg, unsigned long val);
|
||||
int printProgress(unsigned char level, char *msg, float cval, float maxval);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue