~ymishkov/live-f1/live-f1-libevent

« back to all changes in this revision

Viewing changes to src/display.h

  • Committer: Yuriy Mishkov
  • Date: 2012-11-26 01:33:07 UTC
  • Revision ID: ymishkov@gmail.com-20121126013307-gvl0loup61b2t0l6
Added switching between verbosity levels of displayed log messages at runtime.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
void update_status (StateModel *m);
41
41
void update_time   (StateModel *m);
42
42
 
43
 
void info_message (const char *message);
 
43
void info_message (size_t index, const char *message);
44
44
 
45
45
SJR_END_EXTERN
46
46