Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2814:a03d670e8752 | 2815:cc6f02424609 |
|---|---|
| 44 | 44 |
| 45 void debug(const char *fmt, ...); | 45 void debug(const char *fmt, ...); |
| 46 void failure(const char *fmt, ...); | 46 void failure(const char *fmt, ...); |
| 47 gboolean fetch_remote_to_local_file(gchar *remote_url, gchar *local_url); | 47 gboolean fetch_remote_to_local_file(gchar *remote_url, gchar *local_url); |
| 48 | 48 |
| 49 /* returns true if the substring has been found, false otherwise */ | |
| 50 gboolean mystrcasestr(const char *haystack, const char *needle); | |
| 51 | |
| 49 | 52 |
| 50 #endif // STREAMBROWSER_H | 53 #endif // STREAMBROWSER_H |
| 51 | 54 |
