X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=src%2Fafb-token.h;h=dada4e9d31c02b1144c8f2d609465477f4f99ec3;hp=69b0fa0555d09bb805950c679562abfd59658ce4;hb=65353dce81a629e042800bb7b86fcd869a76727e;hpb=29ae81fa15c6080fd27929f4cc78e1289cb920e9 diff --git a/src/afb-token.h b/src/afb-token.h index 69b0fa05..dada4e9d 100644 --- a/src/afb-token.h +++ b/src/afb-token.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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);