]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
Fixed refile(1) -retainsequences when the source and destination
[nmh] / h / prototypes.h
index 00862d09f7364fbab2de83af2ba3c06bdd795c84..a21a7180ec7947bfaaafb524c4bff76c1052a149 100644 (file)
@@ -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 *);