diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-04-25 14:29:17 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-04-25 14:29:17 +0200 |
commit | 5c9633d31c601edb4d509c2214867726340e699d (patch) | |
tree | 5352d762e790f616056d7ad78113c964145c2535 | |
parent | 1164734afd826ca8cef0a624aa4f4c59ecb1e228 (diff) |
typo
Change-Id: Ia6c5deab1ed154ae7ad690236b8739ddff6e3935
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | include/afb/afb-binding-v2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/afb/afb-binding-v2.h b/include/afb/afb-binding-v2.h index f0806a7a..1f47e219 100644 --- a/include/afb/afb-binding-v2.h +++ b/include/afb/afb-binding-v2.h @@ -46,9 +46,9 @@ struct afb_verb_v2 */ struct afb_binding_v2 { - const char *api; /* api name for the binding */ - const char *specification; /* textual specification of the binding */ - const struct afb_verb_v2 *verbs; /* array of descriptions of verbs terminated by a NULL name */ + const char *api; /* api name for the binding */ + const char *specification; /* textual specification of the binding */ + const struct afb_verb_v2 *verbs; /* array of descriptions of verbs terminated by a NULL name */ int (*init)(const struct afb_binding_interface *interface); int (*start)(const struct afb_binding_interface *interface, struct afb_service service); void (*onevent)(const char *event, struct json_object *object); |