api: Remove the inlines file and replace with library functions 20/20320/3
authorNeale Ranns <nranns@cisco.com>
Fri, 21 Jun 2019 14:57:18 +0000 (07:57 -0700)
committerDave Barach <openvpp@barachs.net>
Wed, 26 Jun 2019 11:29:09 +0000 (11:29 +0000)
commit377860a7394970d339a33717a8c4c8cad328632f
tree7df08be1924617f7b93009b0b892fff98a23a4dd
parent7db35de508f4ce1f04eb7e28e454829c66f7635a
api: Remove the inlines file and replace with library functions

using inlines exposes the users to the internal data types used by VPP, namely vec.h. This file does not compile with a C++ compiler.

Type: feature

Change-Id: I1544fdd9eae998309f865df61df78571bdb96903
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/plugins/http_static/http_static.c
src/plugins/http_static/http_static_test.c
src/plugins/map/map_api.c
src/plugins/nat/nat_api.c
src/vat/api_format.c
src/vlibapi/api_shared.c
src/vlibapi/api_types.h
src/vlibapi/api_types_inlines.h [deleted file]
src/vnet/ip/punt_api.c
src/vpp/api/api.c
src/vpp/api/custom_dump.c