JAM_ClearMsgHeader - Clear a message header structure
#include <jamlib/jam.h>
int JAM_ClearMsgHeader(s_JamMsgHeader* Header_PS);
Clears a message header structure and prepares it for use. This includes setting
Signature and Revision fields to their correct values, and
setting CRC fields to JAM_NO_CRC.
- Header_PS
- A pointer to the structure to prepare.
- 0
- if successful
- JAM_BAD_PARAM
- if Header_PS is NULL
This manual page was created by Sir Raorn <raorn@altlinux.ru>, based on
original JAMlib documentation by Bjorn Stenberg <bjorn@haxx.nu> and
Johan Billing <billing@df.lth.se>.
jamlib(3), JAM_ReadMsgHeader(3), JAM_ChangeMsgHeader(3)