X-Git-Url: http://git.maemo.org/git/?p=jamendo;a=blobdiff_plain;f=src%2Fhttp_utils.h;fp=src%2Fhttp_utils.h;h=e60f7f5f0469e731ec63cbb0ec1e359521bdb936;hp=0000000000000000000000000000000000000000;hb=71eece00473c745dbe74c7dd9abd6a5fa52ea3ab;hpb=496d310181c50d216bf2f44e9a970a791aa2aba0 diff --git a/src/http_utils.h b/src/http_utils.h new file mode 100644 index 0000000..e60f7f5 --- /dev/null +++ b/src/http_utils.h @@ -0,0 +1,22 @@ +/* + * http_utils.h + * + * Created on: 2009-12-18 + * Author: marcin + */ + +#ifndef HTTP_UTILS_H_ +#define HTTP_UTILS_H_ + +#include +#include +#include + +/* + * Helper functions for accessing HTTP + */ +xmlDocPtr http_get_xml(const gchar* uri); + +GdkPixbuf* http_get_image(const gchar* uri, gint width, gint height); + +#endif /* HTTP_UTILS_H_ */