aboutsummaryrefslogtreecommitdiffstats
path: root/webservice.h
blob: c1951acd1cf7b0e54ff62cc21aa49baf5292502e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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