summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-02 12:38:30 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-02 12:38:30 +0100
commit3c8781e79c38961c47fc0683a4eaf665b835153c (patch)
tree234611d66be82ace3fe7276dd162d07593294bcd /inc
parent8864e7d8ab05b59372f55ec8d637296aefa1515e (diff)
downloadabrt-3c8781e79c38961c47fc0683a4eaf665b835153c.tar.gz
abrt-3c8781e79c38961c47fc0683a4eaf665b835153c.tar.xz
abrt-3c8781e79c38961c47fc0683a4eaf665b835153c.zip
abrt-handle-crashdump: add -l[pfx] option to list possible events
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index 52896fe9..d9b74975 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -224,6 +224,7 @@ static inline struct run_event_state *new_run_event_state()
static inline void free_run_event_state(struct run_event_state *state)
{ free(state); }
int run_event(struct run_event_state *state, const char *dump_dir_name, const char *event);
+char *list_possible_events(const char *pfx);
#ifdef __cplusplus
}