JAM_AddEmptyMessage - Add a empty message entry to a message base
#include <jamlib/jam.h>
int JAM_AddEmptyMessage(s_JamBase* Base_PS);
Adds an empty message header to the message base. Useful when writing a
messagebase maintenance utility.
- Base_PS
- The message base to use
- 0
- if successful
- JAM_IO_ERROR
- if an I/O error occured. See JAM_Errno(3)
- JAM_NOT_LOCKED
- if the message base is not locked
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_AddMessage(3), JAM_LockMB(3),
JAM_Errno(3)