1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00
subsurface/webservice.h

12 lines
256 B
C
Raw Normal View History

#ifdef __cplusplus
extern "C" {
#endif
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);
#ifdef __cplusplus
}
#endif