X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fuser-event.h;h=b892c9a4c44627b4e74257e88ad6a817daac7530;hp=976c25761c810fc63aeaadc6ca7979889330cb59;hb=b1d15f894473d4b1e90ad273487a432bcd637195;hpb=44e10d816427c001d60eb5e7b3e75b740e5a2823 diff --git a/discover/user-event.h b/discover/user-event.h index 976c257..b892c9a 100644 --- a/discover/user-event.h +++ b/discover/user-event.h @@ -19,6 +19,8 @@ #if !defined(_PB_DISCOVER_USER_EVENT_H) #define _PB_DISCOVER_USER_EVENT_H +#include + #include "device-handler.h" #define PBOOT_USER_EVENT_SOCKET "/tmp/petitboot.ev" @@ -28,7 +30,7 @@ struct user_event; struct waitset; struct pb_url *user_event_parse_conf_url(struct discover_context *ctx, - struct event *event); + struct event *event, bool *complete_url); char **user_event_parse_conf_filenames( struct discover_context *ctx, struct event *event); struct user_event *user_event_init(struct waitset *waitset,