|
NAMEJAM_CreateMB - Create a new message base SYNOPSIS#include <jamlib/jam.h>
int JAM_CreateMB(uchar* Basename_PC,
ulong BaseMsg_I,
s_JamBase** NewBase_PPS);
DESCRIPTIONCreates the necessary files for a new message base and writes a new message base header. If the message base already exists, its contents are destroyed. Arguments
RETURN VALUE
EXAMPLESint Result_I;
Result_I = JAM_CreateMB("/some/where/mybase", 1, &Base_PS);
if (Result_I)
AUTHORThis 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>. SEE ALSOjamlib(3), JAM_OpenMB(3), JAM_CloseMB(3), JAM_Errno(3)
|