X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.h;h=126987a11bc8b51d35ebb24ca0f65abfcaa5e43a;hb=e08d57c0e397018f0c463a66adc232f6358caef5;hp=2d44611be17b57db5eec46c2f356678bf7c30947;hpb=0d3dc9722c610857c2f83c4f3bf06299f2426a95;p=src%2Fapp-framework-binder.git diff --git a/src/afb-context.h b/src/afb-context.h index 2d44611b..126987a1 100644 --- a/src/afb-context.h +++ b/src/afb-context.h @@ -44,8 +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); extern void *afb_context_get(struct afb_context *context);