Update copyright dates
[src/app-framework-binder.git] / src / afb-token.h
index 69b0fa0..dada4e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * 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);