1: /* m_gmprot.c - return the msg-protect value */
   2: 
   3: #include "../h/mh.h"
   4: #include <stdio.h>
   5: 
   6: 
   7: m_gmprot () {
   8:     register char  *cp;
   9: 
  10:     return atooi ((cp = m_find ("msg-protect")) && *cp ? cp : msgprot);
  11: }

Defined functions

m_gmprot defined in line 7; never used
Last modified: 1985-09-08
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 684
Valid CSS Valid XHTML 1.0 Strict