New journal event "command"

Redundant information.  Allows making sense of input without context.
The redundancy could help making a journal replay tool more robust.
This commit is contained in:
Markus Armbruster 2011-04-03 08:27:30 +02:00
parent 9be4f57ad5
commit 72d051310c
3 changed files with 14 additions and 3 deletions

View file

@ -27,7 +27,7 @@
* journal.h: Log a journal of events to a file
*
* Known contributors to this file:
* Markus Armbruster, 2004-2008
* Markus Armbruster, 2004-2011
*/
#ifndef JOURNAL_H
@ -40,6 +40,7 @@ void journal_login(void);
void journal_logout(void);
void journal_prng(unsigned);
void journal_input(char *);
void journal_command(char *);
void journal_update(int);
#endif