afb-context & afb-token: rework token validation
[src/app-framework-binder.git] / src / afb-token.h
index 69b0fa0..5dd1d33 100644 (file)
@@ -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);