summaryrefslogtreecommitdiffstats
path: root/webservice.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2013-04-27 16:10:26 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-27 21:00:11 -0700
commit172982b86038812e8914d1017c910168cf80e640 (patch)
treef1f6526f2de99019a6b18b375608bc0d91ded3f7 /webservice.h
parent5c4a7c749885efc620f168860c051631e18ea786 (diff)
downloadsubsurface-172982b86038812e8914d1017c910168cf80e640.tar.gz
Display divelogs.de upload status to the user
This shows a dialog indicating the success or failure of divelogs.de upload. Currently the raw XML returned from the SOAP request is also displayed. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'webservice.h')
-rw-r--r--webservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webservice.h b/webservice.h
index bb3a71f3b..e1eb0ce47 100644
--- a/webservice.h
+++ b/webservice.h
@@ -1,3 +1,3 @@
extern void webservice_download_dialog(void);
extern gboolean webservice_request_user_xml(const gchar *, gchar **, guint *, guint *);
-extern int divelogde_upload(char *fn);
+extern int divelogde_upload(char *fn, char **error);