mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-02-10 00:20:55 +01:00
15 lines
161 B
C
15 lines
161 B
C
|
void
|
||
|
print_message(gchar *text);
|
||
|
|
||
|
void
|
||
|
callback_update(void);
|
||
|
|
||
|
void
|
||
|
update_src(void);
|
||
|
|
||
|
void
|
||
|
update_countries(void);
|
||
|
|
||
|
void
|
||
|
update_download(gboolean get_version);
|