blob: 56d8c1d8ffc864d9c343157d82a1720ddd792ddf [file] [log] [blame]
Arnaldo Carvalho de Melo55755362010-08-08 19:48:31 -03001#ifndef _PERF_UI_HELPLINE_H_
2#define _PERF_UI_HELPLINE_H_ 1
3
4void ui_helpline__pop(void);
5void ui_helpline__push(const char *msg);
6void ui_helpline__fpush(const char *fmt, ...);
7void ui_helpline__puts(const char *msg);
8
9#endif /* _PERF_UI_HELPLINE_H_ */