Changeset 275 for trunk/include/sh_log_check.h
- Timestamp:
- Mar 10, 2010, 9:24:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_log_check.h
r271 r275 26 26 #define SH_LOGFILE_REWIND (1<<1) 27 27 #define SH_LOGFILE_PIPE (1<<2) 28 #define SH_LOGFILE_NOFILE (1<<3) 28 29 29 30 struct sh_logfile … … 52 53 }; 53 54 55 /* Generic callback function to parse fileinfo. 56 */ 57 void * sh_eval_fileinfo_generic(char * str); 58 59 /* Generic parser info. 60 */ 61 struct sh_logrecord * sh_parse_generic (sh_string * logline, void * fileinfo); 62 63 54 64 /**************************************************************** 55 65 ** … … 59 69 /* Open file, position at stored offset. */ 60 70 int sh_open_for_reader (struct sh_logfile * logfile); 71 72 /* Simple line reader for executed shell command */ 73 sh_string * sh_command_reader (sh_string * record, 74 struct sh_logfile * logfile); 75 76 /* Wrapper for sh_command_reader */ 77 sh_string * sh_read_shell (sh_string * record, struct sh_logfile * logfile); 61 78 62 79 /* Simple line reader. */
Note:
See TracChangeset
for help on using the changeset viewer.