X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.h;h=83d0121835a1ea6e44631100f41b3141ec1b31e8;hb=7c67e966b8292961ca748e47d18ff437214cec1c;hp=2d44611be17b57db5eec46c2f356678bf7c30947;hpb=0d3dc9722c610857c2f83c4f3bf06299f2426a95;p=src%2Fapp-framework-binder.git diff --git a/src/afb-context.h b/src/afb-context.h index 2d44611b..83d01218 100644 --- a/src/afb-context.h +++ b/src/afb-context.h @@ -44,7 +44,6 @@ extern void afb_context_subinit(struct afb_context *context, struct afb_context extern int afb_context_connect(struct afb_context *context, const char *uuid, const char *token); extern int afb_context_connect_validated(struct afb_context *context, const char *uuid); extern void afb_context_disconnect(struct afb_context *context); -extern const char *afb_context_sent_token(struct afb_context *context); extern const char *afb_context_sent_uuid(struct afb_context *context); extern const char *afb_context_uuid(struct afb_context *context);