API: Change ip4_address and ip6_address to use type alias.
[vpp.git] / src / vpp-api / client / libvppapiclient.map
index a9d8f7d..79f1501 100644 (file)
@@ -1,5 +1,5 @@
 
-VPPAPICLIENT_17.07 {
+VPPAPICLIENT_19.01 {
        global:
        vac_read;
        vac_write;
@@ -12,8 +12,22 @@ VPPAPICLIENT_17.07 {
        vac_rx_resume;
        vac_free;
        vac_msg_table_size;
-
        api_main;
-
+       stat_client_get;
+       stat_client_free;
+       stat_segment_connect_r;
+       stat_segment_connect;
+       stat_segment_disconnect_r;
+       stat_segment_disconnect;
+       stat_segment_ls_r;
+       stat_segment_ls;
+       stat_segment_dump_r;
+       stat_segment_dump;
+       stat_segment_data_free;
+       stat_segment_heartbeat_r;
+       stat_segment_heartbeat;
+       stat_segment_string_vector;
+       stat_segment_vec_len;
+       stat_segment_vec_free;
        local: *;
 };