diff options
author | David Lamparter <equinox@diac24.net> | 2021-03-22 20:02:17 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2021-03-22 20:02:17 +0100 |
commit | 224ccf29d9e9d08a6a177d8c994ab5a743b276cf (patch) | |
tree | e7133cf5297c133b905547fde3e35fce2df17ea3 /zebra/zapi_msg.h | |
parent | staticd: kill static_memory.h, use MTYPE_STATIC (diff) | |
download | frr-224ccf29d9e9d08a6a177d8c994ab5a743b276cf.tar.xz frr-224ccf29d9e9d08a6a177d8c994ab5a743b276cf.zip |
zebra: kill zebra_memory.h, use MTYPE_STATIC
This one also needed a bit of shuffling around, but MTYPE_RE is the only
one left used across file boundaries now.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'zebra/zapi_msg.h')
-rw-r--r-- | zebra/zapi_msg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zapi_msg.h b/zebra/zapi_msg.h index 023b9f74a..ca471f8d9 100644 --- a/zebra/zapi_msg.h +++ b/zebra/zapi_msg.h @@ -111,6 +111,8 @@ extern int zsend_client_close_notify(struct zserv *client, int zsend_nhg_notify(uint16_t type, uint16_t instance, uint32_t session_id, uint32_t id, enum zapi_nhg_notify_owner note); +extern void zapi_opaque_free(struct opaque *opaque); + #ifdef __cplusplus } #endif |