X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/898e63b1511bb343174bded1c6f392b711fb9ea3..40a17f8f191deee9f27fd3dd394eda9a641e6f1c:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 00862d09..a21a7180 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -46,7 +46,8 @@ int client(char *, char *, char *, int, int); void closefds(int); char *concat (const char *, ...); int context_del (char *); -char *context_find (char *); +char *context_find (const char *); +char *context_find_by_type (const char *, const char *, const char *); int context_foil (char *); void context_read (void); void context_replace (char *, char *);