4.4BSD/usr/src/contrib/mh-6.8/sbr/m_gmprot.c

Compare this file to the similar file:
Show the results in this format:

/* m_gmprot.c - return the msg-protect value */

#include "../h/mh.h"
#include <stdio.h>


m_gmprot () {
    register char  *cp;

    return atooi ((cp = m_find ("msg-protect")) && *cp ? cp : msgprot);
}