* complete copyright information.
*/
-#include <h/mh.h>
+#include "h/mh.h"
+#include "context_find.h"
char *
*/
char *
context_find_by_type (const char *string, const char *type,
- const char *subtype) {
+ const char *subtype)
+{
char *value = NULL;
if (subtype) {
* The search is case insensitive.
*/
int
-context_find_prefix (const char *prefix) {
+context_find_prefix (const char *prefix)
+{
struct node *np;
size_t len;