]> diplodocus.org Git - nmh/blob - sbr/readconfig.h
sendsbr.c: Move interface to own file.
[nmh] / sbr / readconfig.h
1 /* readconfig.h -- base routine to read nmh configuration files
2 * -- such as nmh profile, context file, or mhn.defaults.
3 *
4 * This code is Copyright (c) 2017, by the authors of nmh. See the
5 * COPYRIGHT file in the root directory of the nmh distribution for
6 * complete copyright information. */
7
8 void readconfig(struct node **, FILE *, const char *, int);
9 void add_profile_entry(const char *, const char *);