X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-xreq.h;h=498aed5caaf8471df39ce0fcdd334f75fe57bda0;hb=4be084408c6d3d7b7f90a2493829c8ce0cebb397;hp=a7b086bbaa5460d9e4482bcfd6eff367dc58873c;hpb=968c3fca18c7518f240d2487a561e8df8b2907a7;p=src%2Fapp-framework-binder.git diff --git a/src/afb-xreq.h b/src/afb-xreq.h index a7b086bb..498aed5c 100644 --- a/src/afb-xreq.h +++ b/src/afb-xreq.h @@ -18,7 +18,7 @@ #pragma once -#define NO_BINDING_VERBOSE_MACRO +#define AFB_BINDING_PRAGMA_NO_VERBOSE_MACRO #include #include "afb-context.h" #include "afb-evt.h" @@ -124,10 +124,6 @@ extern void afb_xreq_init(struct afb_xreq *xreq, const struct afb_xreq_query_itf extern void afb_xreq_process(struct afb_xreq *xreq, struct afb_apiset *apiset); -extern int xreq_session_check(struct afb_xreq *xreq, int sessionflags); -extern void xreq_session_apply(struct afb_xreq *xreq, int sessionflags); -extern int xreq_session_check_apply(struct afb_xreq *xreq, int sessionflags); - -extern void afb_xreq_call(struct afb_xreq *xreq, void (*callback)(struct afb_req req)); -extern void afb_xreq_check_apply_call(struct afb_xreq *xreq, int sessionflags, void (*callback)(struct afb_req req)); +extern void afb_xreq_call_verb_v1(struct afb_xreq *xreq, const struct afb_verb_desc_v1 *verb); +extern void afb_xreq_call_verb_v2(struct afb_xreq *xreq, const struct afb_verb_v2 *verb);