X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fcontext_del.c;h=13414247b1ad10e7bf9b2aefc6504527d04f66b4;hp=f2ff0a4e344452b6ca24bf9faaacce9ae31c17c2;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/context_del.c b/sbr/context_del.c index f2ff0a4..1341424 100644 --- a/sbr/context_del.c +++ b/sbr/context_del.c @@ -1,17 +1,17 @@ /* - * context_del.c -- delete an entry from the context/profile list - * - * 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. - */ +** context_del.c -- delete an entry from the context/profile list +** +** 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 /* - * Delete a key/value pair from the context/profile list. - * Return 0 if key is found, else return 1. - */ +** Delete a key/value pair from the context/profile list. +** Return 0 if key is found, else return 1. +*/ int context_del (char *key)