X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fbus-util.h;h=6fd6a3e8fc3804f005825c0b12bbf4b6565748fd;hb=b1aedf6d6e37dbc537c22dfa399da181ab21e5ec;hp=e81d3313aecc0ae3ed10b937ec2e3336f0a82336;hpb=2774f4e488e1b86960c6ff74c2195de6643bfd52;p=elogind.git diff --git a/src/shared/bus-util.h b/src/shared/bus-util.h index e81d3313a..6fd6a3e8f 100644 --- a/src/shared/bus-util.h +++ b/src/shared/bus-util.h @@ -195,7 +195,7 @@ typedef struct BusWaitForJobs BusWaitForJobs; int bus_wait_for_jobs_new(sd_bus *bus, BusWaitForJobs **ret); void bus_wait_for_jobs_free(BusWaitForJobs *d); int bus_wait_for_jobs_add(BusWaitForJobs *d, const char *path); -int bus_wait_for_jobs(BusWaitForJobs *d, bool quiet, const char *extra_args); +int bus_wait_for_jobs(BusWaitForJobs *d, bool quiet, const char* const* extra_args); int bus_wait_for_jobs_one(BusWaitForJobs *d, const char *path, bool quiet); DEFINE_TRIVIAL_CLEANUP_FUNC(BusWaitForJobs*, bus_wait_for_jobs_free);