summaryrefslogtreecommitdiff
path: root/lib/mgmt_be_client.h
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-04-29 06:22:37 -0400
committerChristian Hopps <chopps@labn.net>2023-05-28 05:13:22 -0400
commit070c5e7a91c413e08c1b8f78cc885f082a636b01 (patch)
tree5c55d456cf6459f89f723c12fc8fd5d645bec0f3 /lib/mgmt_be_client.h
parent528b3266168415c04822b50eb7133422067cd219 (diff)
lib: msg: refactor common connection code from mgmtd
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/mgmt_be_client.h')
-rw-r--r--lib/mgmt_be_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mgmt_be_client.h b/lib/mgmt_be_client.h
index d4f2d86fdf..bbe938b5b4 100644
--- a/lib/mgmt_be_client.h
+++ b/lib/mgmt_be_client.h
@@ -265,7 +265,7 @@ enum mgmt_result mgmt_be_unsubscribe_yang_data(uintptr_t lib_hndl,
/*
* Destroy library and cleanup everything.
*/
-extern void mgmt_be_client_lib_destroy(uintptr_t lib_hndl);
+extern void mgmt_be_client_lib_destroy(void);
#ifdef __cplusplus
}