1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

docs: lwsac doxygen

This commit is contained in:
Andy Green 2020-11-24 07:52:07 +00:00
parent a72e975613
commit b4af4bf025

View file

@ -188,7 +188,7 @@ LWS_VISIBLE LWS_EXTERN void
lwsac_reference(struct lwsac *head);
/**
* lwsac_reference() - increase the lwsac reference count
* lwsac_unreference() - decrease the lwsac reference count
*
* \param head: pointer to the lwsac list object
*