From 7a3feb12511fa02361f3cdd0e62396c084b143ad Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 10 Dec 2008 19:47:25 +0100 Subject: list_window: moved string matching to match.h Provide the new function match_line() which searches a string for a needle (ignoring case). This wraps the non-standard function strcasestr(). --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ac34b856b..a53e5d0ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,7 @@ ncmpc_headers = \ colors.h\ support.h\ charset.h \ + match.h \ wreadln.h\ strfsong.h\ utils.h\ @@ -67,6 +68,7 @@ ncmpc_SOURCES = \ colors.c\ support.c\ charset.c \ + match.c \ wreadln.c\ strfsong.c\ utils.c\ -- cgit v1.2.3