From: Tobias Brunner Date: Wed, 22 Feb 2023 13:08:24 +0000 (+0100) Subject: libvici: Fix Doxygen comment for vici_on_close() X-Git-Tag: 5.9.10rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=501483b313aa19c69359336dfebd60934e23f519;p=thirdparty%2Fstrongswan.git libvici: Fix Doxygen comment for vici_on_close() Fixes: 9e5533fef940 ("libvici: Add callback invoked if connection is closed by daemon") --- diff --git a/src/libcharon/plugins/vici/libvici.h b/src/libcharon/plugins/vici/libvici.h index d3b1ba6149..1edb213238 100644 --- a/src/libcharon/plugins/vici/libvici.h +++ b/src/libcharon/plugins/vici/libvici.h @@ -475,6 +475,7 @@ int vici_register(vici_conn_t *conn, char *name, vici_event_cb_t cb, void *user) * Primarily useful when listening for events via vici_register(). The callback * gets invoked by a different thread from the libstrongswan thread pool. * + * @param conn connection context * @param cb callback function to register, NULL to unregister * @param user user data passed to callback invocation */