summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call-private.h
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@monotonous.org>2011-03-31 13:20:46 -0700
committerEitan Isaacson <eitan@monotonous.org>2011-04-13 09:56:49 -0700
commit9beaa488c4b5d0f763517db0ce1de5b64dfe78db (patch)
tree968aff2fa379bd93beb89f4f9df307757d0af226 /rest/rest-proxy-call-private.h
parentd7393d28345d98e39ec5497926a334f5a9b187ac (diff)
downloadlibrest-9beaa488c4b5d0f763517db0ce1de5b64dfe78db.tar.gz
Introduce rest_proxy_call_upload to provide progress feedback.
Diffstat (limited to 'rest/rest-proxy-call-private.h')
-rw-r--r--rest/rest-proxy-call-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest/rest-proxy-call-private.h b/rest/rest-proxy-call-private.h
index 584a77b..ec7a4be 100644
--- a/rest/rest-proxy-call-private.h
+++ b/rest/rest-proxy-call-private.h
@@ -31,6 +31,7 @@ G_BEGIN_DECLS
typedef struct _RestProxyCallAsyncClosure RestProxyCallAsyncClosure;
typedef struct _RestProxyCallContinuousClosure RestProxyCallContinuousClosure;
+typedef struct _RestProxyCallUploadClosure RestProxyCallUploadClosure;
struct _RestProxyCallPrivate {
gchar *method;