This is m_gmprot.c in view mode; [Download] [Up]
/* 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); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.