From 43d8cb57bce35be9c3bd316752d3cc63162af83a Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 10 Aug 2018 13:38:20 -0700 Subject: binding: network: upgrade to AFB v3 framework Upgrade the binding to use v3 datatypes, and function parameters. Bug-AGL: SPEC-1660 Change-Id: I50b88b8d87a7176917bfa639bc8cffc0bc2bed89 Signed-off-by: Matt Ranostay --- binding/network-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binding/network-util.c') diff --git a/binding/network-util.c b/binding/network-util.c index b487501..02740e8 100644 --- a/binding/network-util.c +++ b/binding/network-util.c @@ -31,7 +31,7 @@ #include -#define AFB_BINDING_VERSION 2 +#define AFB_BINDING_VERSION 3 #include #include "network-api.h" -- cgit 1.2.3-korg