source:
trunk/include/sh_log_mark.h@
333
Last change on this file since 333 was 265, checked in by , 15 years ago | |
---|---|
File size: 303 bytes |
Rev | Line | |
---|---|---|
[265] | 1 | #ifndef SH_LOG_MARK_H |
2 | #define SH_LOG_MARK_H | |
3 | ||
4 | void sh_log_mark_destroy(); | |
5 | ||
6 | int sh_log_mark_add (const char * label, time_t interval, const char * qlabel); | |
7 | ||
8 | void sh_log_mark_update (sh_string * label, time_t timestamp); | |
9 | ||
10 | void sh_log_mark_check(); | |
11 | ||
12 | int sh_log_set_mark_severity (const char * str); | |
13 | ||
14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.