diff options
Diffstat (limited to 'parse-events.h')
-rw-r--r-- | parse-events.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parse-events.h b/parse-events.h index 32a8ff0..49de6bb 100644 --- a/parse-events.h +++ b/parse-events.h | |||
@@ -444,7 +444,8 @@ void pevent_print_event(struct pevent *pevent, struct trace_seq *s, | |||
444 | int pevent_parse_header_page(struct pevent *pevent, char *buf, unsigned long size, | 444 | int pevent_parse_header_page(struct pevent *pevent, char *buf, unsigned long size, |
445 | int long_size); | 445 | int long_size); |
446 | 446 | ||
447 | int pevent_parse_event(struct pevent *pevent, char *buf, unsigned long size, char *sys); | 447 | int pevent_parse_event(struct pevent *pevent, const char *buf, |
448 | unsigned long size, const char *sys); | ||
448 | 449 | ||
449 | int pevent_register_event_handler(struct pevent *pevent, int id, char *sys_name, char *event_name, | 450 | int pevent_register_event_handler(struct pevent *pevent, int id, char *sys_name, char *event_name, |
450 | pevent_event_handler_func func, void *context); | 451 | pevent_event_handler_func func, void *context); |