]> granicus.if.org Git - neomutt/commitdiff
build: fix make dist
authorRichard Russon <rich@flatcap.org>
Mon, 5 Jun 2017 15:19:37 +0000 (16:19 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 5 Jun 2017 15:19:37 +0000 (16:19 +0100)
po/POTFILES.in
protos.h

index 3255bcf5d68470d69d7c2850a115256438defbb4..e0b3ee7d0eed4f832c6196d64ddc62973ea3dea3 100644 (file)
@@ -124,7 +124,6 @@ signal.c
 smtp.c
 sort.c
 status.c
-strcasestr.c
 system.c
 thread.c
 txt2c.c
index ea125f80d747dd895181e48688fe858a9fd11462..58f22288f29cff07ef3094e3e076089113f96912 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -410,8 +410,4 @@ int ci_send_message(int flags, struct Header *msg, char *tempfile, struct Contex
 int wcscasecmp(const wchar_t *a, const wchar_t *b);
 #endif
 
-#ifndef HAVE_STRCASESTR
-char *strcasestr(const char *s1, const char *s2);
-#endif
-
 #endif /* _MUTT_PROTOS_H */