]>
diplodocus.org Git - nmh/blob - sbr/context_find.h
1 /* context_find.h -- find an entry in the context/profile list
3 * This code is Copyright (c) 2017, by the authors of nmh. See the
4 * COPYRIGHT file in the root directory of the nmh distribution for
5 * complete copyright information. */
7 char *context_find(const char *) PURE
;
8 char *context_find_by_type(const char *, const char *, const char *);
9 int context_find_prefix(const char *) PURE
;