diff options
author | Damjan Marion <damarion@cisco.com> | 2023-10-25 13:48:03 +0200 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2023-10-25 15:20:28 +0000 |
commit | e9d7babde07ea93af54336200dbd65cc64bbd7ff (patch) | |
tree | 84f20871755e694e3374223627d7b44b352279c1 /src/vlibapi/api_common.h | |
parent | 6facf8cd4516a18d7a6f5cc16557fc6cbc29ce20 (diff) |
lisp: fix missing symbol issue
Type: fix
Change-Id: I9373dabcdb2c4ba987e732b59e63b52603010873
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vlibapi/api_common.h')
-rw-r--r-- | src/vlibapi/api_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vlibapi/api_common.h b/src/vlibapi/api_common.h index 6311724247f..35d3b2a110e 100644 --- a/src/vlibapi/api_common.h +++ b/src/vlibapi/api_common.h @@ -190,7 +190,6 @@ void vl_msg_api_post_mortem_dump (void); void vl_msg_api_post_mortem_dump_enable_disable (int enable); void vl_msg_api_register_pd_handler (void *handler, u16 msg_id_host_byte_order); -int vl_msg_api_pd_handler (void *mp, int rv); void vl_msg_api_set_first_available_msg_id (u16 first_avail); u16 vl_msg_api_get_msg_ids (const char *name, int n); |