mirror of https://github.com/xzeldon/htop.git
Add format attribute
This commit is contained in:
parent
efb971f9df
commit
5ea13e7ea9
|
@ -40,6 +40,7 @@ InfoScreen* InfoScreen_init(InfoScreen* this, Process* process, FunctionBar* bar
|
||||||
|
|
||||||
InfoScreen* InfoScreen_done(InfoScreen* this);
|
InfoScreen* InfoScreen_done(InfoScreen* this);
|
||||||
|
|
||||||
|
ATTR_FORMAT(printf, 2, 3)
|
||||||
void InfoScreen_drawTitled(InfoScreen* this, const char* fmt, ...);
|
void InfoScreen_drawTitled(InfoScreen* this, const char* fmt, ...);
|
||||||
|
|
||||||
void InfoScreen_addLine(InfoScreen* this, const char* line);
|
void InfoScreen_addLine(InfoScreen* this, const char* line);
|
||||||
|
|
Loading…
Reference in New Issue