X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjobs.h;h=49f45dd5442ebff9013e3a8496841a887c2a9000;hb=1164734afd826ca8cef0a624aa4f4c59ecb1e228;hp=a98b27ad8d25d84b8d3ba36994fd672749bd8830;hpb=c186dfbdbd43f5b51a67812ad48e1df1eacf131e;p=src%2Fapp-framework-binder.git diff --git a/src/jobs.h b/src/jobs.h index a98b27ad..49f45dd5 100644 --- a/src/jobs.h +++ b/src/jobs.h @@ -20,32 +20,12 @@ struct sd_event; struct jobloop; -extern int jobs_queue0( - void *group, - int timeout, - void (*callback)(int signum)); - extern int jobs_queue( void *group, int timeout, void (*callback)(int signum, void* arg), void *arg); -extern int jobs_queue2( - void *group, - int timeout, - void (*callback)(int signum, void* arg1, void *arg2), - void *arg1, - void *arg2); - -extern int jobs_queue3( - void *group, - int timeout, - void (*callback)(int signum, void* arg1, void *arg2, void *arg3), - void *arg1, - void *arg2, - void *arg3); - extern int jobs_enter( void *group, int timeout,