Mercurial > audlegacy-plugins
comparison src/streambrowser/streambrowser.h @ 2971:3134a0987162
- changed include path from audacious to audlegacy.
- changed include path for libSAD.h.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 26 Nov 2008 02:55:04 +0900 |
parents | 113454baecf8 |
children |
comparison
equal
deleted
inserted
replaced
2970:57d499fc5056 | 2971:3134a0987162 |
---|---|
29 | 29 |
30 | 30 |
31 #include <glib.h> | 31 #include <glib.h> |
32 | 32 |
33 #include <config.h> | 33 #include <config.h> |
34 #include <audacious/i18n.h> | 34 #include <audlegacy/i18n.h> |
35 | 35 |
36 | 36 |
37 void debug(const char *fmt, ...); | 37 void debug(const char *fmt, ...); |
38 void failure(const char *fmt, ...); | 38 void failure(const char *fmt, ...); |
39 gboolean fetch_remote_to_local_file(gchar *remote_url, gchar *local_url); | 39 gboolean fetch_remote_to_local_file(gchar *remote_url, gchar *local_url); |