mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
578d633d01
Rename gtk-gui.c to qt-gui.cpp, and make the necessary changes so that the project still builds. Signed-off-by: Alberto Mardegan <mardy@users.sourceforge.net>
11 lines
242 B
C
11 lines
242 B
C
#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
|