X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/bb7078bb9c055d7c5cd39e76c05a1f12caab97d7..40a17f8f191deee9f27fd3dd394eda9a641e6f1c:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 4e1aefea..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 *); @@ -274,7 +275,6 @@ char *mime_type(const char *filename); */ void nmh_clear_screen(void); char *nmh_getpass(const char *); -char *norm_charmap(char *); char *new_fs (char *, char *, char *); char *path(char *, int); int peekc(FILE *ib);