mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
172982b860
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>
3 lines
187 B
C
3 lines
187 B
C
extern void webservice_download_dialog(void);
|
|
extern gboolean webservice_request_user_xml(const gchar *, gchar **, guint *, guint *);
|
|
extern int divelogde_upload(char *fn, char **error);
|