source: trunk/third/nmh/sbr/m_gmprot.c @ 12455

Revision 12455, 264 bytes checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12454, which included commits to RCS files with non-trunk default branches.
Line 
1
2/*
3 * m_gmprot.c -- return the msg-protect value
4 *
5 * $Id: m_gmprot.c,v 1.1.1.1 1999-02-07 18:14:09 danw Exp $
6 */
7
8#include <h/mh.h>
9
10
11int
12m_gmprot (void)
13{
14    register char *cp;
15
16    return atooi ((cp = context_find ("msg-protect")) && *cp ? cp : msgprot);
17}
Note: See TracBrowser for help on using the repository browser.