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