view sbr/m_gmprot.c @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children
line wrap: on
line source

/* 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);
}