This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/jamlib-1.4.7/doc/JAM_UnlockMB.3
2016-03-22 12:08:00 +10:00

47 lines
956 B
Groff

.\" $Id: JAM_UnlockMB.3,v 1.1 2002/11/09 00:37:16 raorn Exp $
.\"
.TH JAM_UnlockMB 3 2002-11-07 "" "JAM subroutine library"
.SH NAME
JAM_UnlockMB \- Unlock message base
.SH SYNOPSIS
.nf
.B #include <jamlib/jam.h>
.BI "int JAM_UnlockMB(s_JamBase* " Base_PS ");"
.RE
.fi
.SH DESCRIPTION
Unlocks message base, allowing other programs to modify it.
.SS Arguments
.TP
.I Base_PS
The message base to unlock
.SH RETURN VALUE
.TP
.B 0
if successful
.TP
.B JAM_IO_ERROR
if an I/O error occured. See
.BR JAM_Errno (3)
.TP
.B JAM_BAD_PARAM
if Base_PS is NULL
.SH EXAMPLES
.nf
int Result_I;
Result_I = JAM_UnlockMB(Base_PS);
if (Result_I)
printf("JAM_UnlockMB returned %d.\\n", Result_I);
.fi
.SH 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>.
.SH SEE ALSO
.BR jamlib (3),
.BR JAM_LockMB (3),
.BR JAM_Errno (3)
.\" vim: ft=nroff