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

  
 
  

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

NAME
     JAM_UnlockMB - Unlock message base

SYNOPSIS
     #include <jamlib/jam.h>

     int JAM_UnlockMB(s_JamBase* Base_PS);

DESCRIPTION
     Unlocks message base, allowing other programs to modify it.

   Arguments
     Base_PS
	    The message base to unlock

RETURN VALUE
     0	    if successful

     JAM_IO_ERROR
	    if an I/O error occured. See JAM_Errno(3)

     JAM_BAD_PARAM
	    if Base_PS is NULL

EXAMPLES
     int Result_I;

     Result_I = JAM_UnlockMB(Base_PS);
     if (Result_I)
       printf("JAM_UnlockMB returned %d.\n", Result_I);

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_LockMB(3), JAM_Errno(3)

				   2002-11-07			 JAM_UnlockMB(3)

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

home | help