X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=6200ea66234f495d63bc806a7640e8e946b9b791;hp=81c4801d64987b6b45318ab491a1a262a438694a;hb=c20b4fa14515c7ab388ce35411d89a7a92300711;hpb=8529829823bebf483ab22fe8d24c96394647a298 diff --git a/h/prototypes.h b/h/prototypes.h index 81c4801..6200ea6 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -113,7 +113,7 @@ void seq_setunseen(struct msgs *, int); int showfile(char **, char *); int smatch(char *, struct swit *); char *snprintb(char *, size_t, unsigned, char *); -int ssequal(char *, char *); +int isprefix(char *, char *); int stringdex(char *, char *); char *trimcpy(unsigned char *); int unputenv(char *);