X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5c01446c027960e00b33f623212de645475569aa..6fdc3cdb023a8bf4e86e292ba3a748c6e7de788f:/sbr/context_find.c diff --git a/sbr/context_find.c b/sbr/context_find.c index f4fe7ed1..05e368ba 100644 --- a/sbr/context_find.c +++ b/sbr/context_find.c @@ -5,7 +5,8 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "context_find.h" char * @@ -30,7 +31,8 @@ context_find (const char *str) */ char * context_find_by_type (const char *string, const char *type, - const char *subtype) { + const char *subtype) +{ char *value = NULL; if (subtype) { @@ -58,7 +60,8 @@ context_find_by_type (const char *string, const char *type, * The search is case insensitive. */ int -context_find_prefix (const char *prefix) { +context_find_prefix (const char *prefix) +{ struct node *np; size_t len;