X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=src%2Fafb-token.h;h=5dd1d33c965653f8b90de14d4b5eaf635e0fae34;hp=69b0fa0555d09bb805950c679562abfd59658ce4;hb=d8aff62647736c3f17ff15989ec9f90b48efe1c4;hpb=b70caad7da2eaea85db06dec8377b1cbebcec997 diff --git a/src/afb-token.h b/src/afb-token.h index 69b0fa05..5dd1d33c 100644 --- a/src/afb-token.h +++ b/src/afb-token.h @@ -23,6 +23,5 @@ extern int afb_token_get(struct afb_token **token, const char *tokenstring); extern struct afb_token *afb_token_addref(struct afb_token *token); extern void afb_token_unref(struct afb_token *token); -extern int afb_token_check(struct afb_token *token); extern const char *afb_token_string(const struct afb_token *token); extern uint16_t afb_token_id(const struct afb_token *token);