Mercurial > audlegacy-plugins
diff src/streambrowser/streambrowser.h @ 2815:cc6f02424609
added initial support for xiph streaming directory; small bug fixes & code cleanups
| author | Calin Crisan ccrisan@gmail.com |
|---|---|
| date | Sun, 13 Jul 2008 04:00:04 +0300 |
| parents | 7977bdc02664 |
| children | c27da2c06805 |
line wrap: on
line diff
--- a/src/streambrowser/streambrowser.h Sat Jul 12 16:00:03 2008 +0200 +++ b/src/streambrowser/streambrowser.h Sun Jul 13 04:00:04 2008 +0300 @@ -46,6 +46,9 @@ void failure(const char *fmt, ...); gboolean fetch_remote_to_local_file(gchar *remote_url, gchar *local_url); + /* returns true if the substring has been found, false otherwise */ +gboolean mystrcasestr(const char *haystack, const char *needle); + #endif // STREAMBROWSER_H
