summaryrefslogtreecommitdiffstats
path: root/discover/user-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/user-event.h')
-rw-r--r--discover/user-event.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/discover/user-event.h b/discover/user-event.h
index 488f04a..976c257 100644
--- a/discover/user-event.h
+++ b/discover/user-event.h
@@ -27,6 +27,10 @@
struct user_event;
struct waitset;
+struct pb_url *user_event_parse_conf_url(struct discover_context *ctx,
+ struct event *event);
+char **user_event_parse_conf_filenames(
+ struct discover_context *ctx, struct event *event);
struct user_event *user_event_init(struct waitset *waitset,
struct device_handler *handler);
void user_event_destroy(struct user_event *uev);
OpenPOWER on IntegriCloud