logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nng_msg_header_clear - clear message header

Description

       The nng_msg_clear() function resets the header length of msg to zero.

Errors

       None.

Name

       nng_msg_header_clear - clear message header

Return Values

       None.

See Also

nng_msg_alloc(3), nng_msg_free(3), nng(7)

                                                   2025-04-20                            NNG_MSG_HEADER_CLEAR(3)

Synopsis

           #include <nng/nng.h>

           void nng_msg_header_clear(nng_msg *msg);

See Also