X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Fm_gmprot.c;h=999e6f798bf3927e8389fa545a142bef804929bf;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hp=3f54c4563337f98849b5d09e2a6570fd9c3a4bff;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/sbr/m_gmprot.c b/sbr/m_gmprot.c index 3f54c45..999e6f7 100644 --- a/sbr/m_gmprot.c +++ b/sbr/m_gmprot.c @@ -1,9 +1,10 @@ - /* - * m_gmprot.c -- return the msg-protect value - * - * $Id$ - */ +** m_gmprot.c -- return the msg-protect value +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include @@ -11,7 +12,7 @@ int m_gmprot (void) { - register char *cp; + register char *cp; - return atooi ((cp = context_find ("msg-protect")) && *cp ? cp : msgprot); + return atooi ((cp = context_find ("msg-protect")) && *cp ? cp : msgprot); }