X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-trace.h;h=0371546feb3b6422e4b678418672bae4a4dd2856;hb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;hp=5056fb25a93dda133412360dce0c31fc73b551af;hpb=63682b4da9d3e892d1d0a671de860adc43068142;p=src%2Fapp-framework-binder.git diff --git a/src/afb-trace.h b/src/afb-trace.h index 5056fb25..0371546f 100644 --- a/src/afb-trace.h +++ b/src/afb-trace.h @@ -25,7 +25,7 @@ extern struct afb_trace *afb_trace_create(const char *api, struct afb_session *b extern void afb_trace_addref(struct afb_trace *trace); extern void afb_trace_unref(struct afb_trace *trace); -extern int afb_trace_add(struct afb_req req, struct json_object *args, struct afb_trace *trace); -extern int afb_trace_drop(struct afb_req req, struct json_object *args, struct afb_trace *trace); +extern int afb_trace_add(afb_req_t req, struct json_object *args, struct afb_trace *trace); +extern int afb_trace_drop(afb_req_t req, struct json_object *args, struct afb_trace *trace);