summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'rest/rest-proxy-call-private.h')
-rw-r--r--rest/rest-proxy-call-private.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/rest/rest-proxy-call-private.h b/rest/rest-proxy-call-private.h
index 573794e..f2d102b 100644
--- a/rest/rest-proxy-call-private.h
+++ b/rest/rest-proxy-call-private.h
@@ -29,32 +29,6 @@
G_BEGIN_DECLS
-typedef struct _RestProxyCallAsyncClosure RestProxyCallAsyncClosure;
-typedef struct _RestProxyCallContinuousClosure RestProxyCallContinuousClosure;
-typedef struct _RestProxyCallUploadClosure RestProxyCallUploadClosure;
-
-struct _RestProxyCallPrivate {
- gchar *method;
- gchar *function;
- GHashTable *headers;
- RestParams *params;
- /* The real URL we're about to invoke */
- gchar *url;
-
- GHashTable *response_headers;
- goffset length;
- gchar *payload;
- guint status_code;
- gchar *status_message;
-
- GCancellable *cancellable;
- gulong cancel_sig;
-
- RestProxy *proxy;
-
- RestProxyCallAsyncClosure *cur_call_closure;
-};
-
const char *rest_proxy_call_get_url (RestProxyCall *call);
G_END_DECLS