diff options
author | Diogo Sousa <diogogsousa@gmail.com> | 2013-07-14 11:29:24 -0700 |
---|---|---|
committer | Diogo Sousa <diogogsousa@gmail.com> | 2013-07-14 11:29:24 -0700 |
commit | 6c8d9c2194d220ba26b8be09e8a6bffa4cf99b7f (patch) | |
tree | 67421013c2f1fcdbeeb4db8142606cbf35c957ff /src/common/text.h | |
parent | 62d52d55b235479a83baa3fa4749ea33e34cbea4 (diff) | |
parent | 35989660692d5550808eeec066d52043431484cc (diff) |
Merge pull request #675 from orium/server-time-plugins
Server time plugins
Diffstat (limited to 'src/common/text.h')
-rw-r--r-- | src/common/text.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/text.h b/src/common/text.h index 5a51c894..a9fd9d4e 100644 --- a/src/common/text.h +++ b/src/common/text.h @@ -55,7 +55,8 @@ void pevent_make_pntevts (void); int text_color_of (char *name); void text_emit (int index, session *sess, char *a, char *b, char *c, char *d, time_t timestamp); -int text_emit_by_name (char *name, session *sess, char *a, char *b, char *c, char *d); +int text_emit_by_name (char *name, session *sess, time_t timestamp, + char *a, char *b, char *c, char *d); char *text_validate (char **text, int *len); int get_stamp_str (char *fmt, time_t tim, char **ret); void format_event (session *sess, int index, char **args, char *o, int sizeofo, unsigned int stripcolor_args); |