X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fdata%2Fgis-http.h;h=c042a42a7a6e32ce306a478d9c8ed7daaf53c364;hp=051df0bfb7540cdd8b1857c066fd04274c032b32;hb=e5da3e49e161851790d35bc8b7267424dea73973;hpb=50fd58d421d4b632d0980a5a22ed3506776f00ab diff --git a/src/data/gis-http.h b/src/data/gis-http.h index 051df0b..c042a42 100644 --- a/src/data/gis-http.h +++ b/src/data/gis-http.h @@ -24,8 +24,8 @@ #include "gis-data.h" typedef struct _GisHttp { - gchar *prefix; SoupSession *soup; + gchar *prefix; } GisHttp; /** @@ -34,6 +34,12 @@ typedef struct _GisHttp { */ GisHttp *gis_http_new(const gchar *prefix); +/** + * Free data associated with the GisHttp + * @param http the GisHttp to free + */ +void gis_http_free(GisHttp *http); + /** * @param http GisHttp connection to use * @param uri The uri to fetch