aboutsummaryrefslogtreecommitdiffstats
path: root/webservice.h
blob: ee07e9438f85b9fa8137f800cdacb71db1547c8a (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);

#ifdef __cplusplus
}
#endif