mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 14:40:28 +00:00
bd9f8ad7f8
This has no user interface and hardcodes a testing username / password. But it can successfully create a DLD file (thanks to Miika and Lubomir) and then uses libsoup to upload that to the server. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
3 lines
173 B
C
3 lines
173 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);
|