libvici: Fix Doxygen comment for vici_on_close()

Fixes: 9e5533fef940 ("libvici: Add callback invoked if connection is closed by daemon")
This commit is contained in:
Tobias Brunner 2023-02-22 14:08:24 +01:00
parent a5ba701783
commit 501483b313

View File

@ -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
*/