From 8dba294d9d228a8eefd56dc5184ee325ba37543f Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 24 Jan 2000 05:37:19 +0000 Subject: [PATCH] make omapi_message_unregister public --- lib/omapi/include/omapi/omapi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/omapi/include/omapi/omapi.h b/lib/omapi/include/omapi/omapi.h index 9471783875..1a9581099b 100644 --- a/lib/omapi/include/omapi/omapi.h +++ b/lib/omapi/include/omapi/omapi.h @@ -158,6 +158,9 @@ omapi_message_create(omapi_object_t **message); void omapi_message_register(omapi_object_t *message); +void +omapi_message_unregister(omapi_object_t *message); + isc_result_t omapi_message_send(omapi_object_t *message, omapi_object_t *protocol);