Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
JAM_AddEmptyMessage(3)	     JAM subroutine library	  JAM_AddEmptyMessage(3)

NAME
     JAM_AddEmptyMessage - Add a empty message entry to a message base

SYNOPSIS
     #include <jamlib/jam.h>

     int JAM_AddEmptyMessage(s_JamBase*      Base_PS);

DESCRIPTION
     Adds  an  empty  message  header to the message base. Useful when writing a
     messagebase maintenance utility.

   Arguments
     Base_PS
	    The message base to use

RETURN VALUE
     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

AUTHOR
     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>.

SEE ALSO
     jamlib(3), JAM_AddMessage(3), JAM_LockMB(3), JAM_Errno(3)

				   2002-11-07		  JAM_AddEmptyMessage(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=JAM_AddEmptyMessage&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help