Moved cons_about() to console module

This commit is contained in:
James Booth
2013-04-20 23:39:17 +01:00
parent 3e66b0a9d2
commit c7100203e4
8 changed files with 404 additions and 382 deletions

View File

@@ -83,6 +83,7 @@ char* encode_xml(const char * const xml);
char * prof_getline(FILE *stream);
int octet_compare(unsigned char *str1, unsigned char *str2);
char* release_get_latest(void);
gboolean release_is_new(char *found_version);
gchar * xdg_get_config_home(void);
gchar * xdg_get_data_home(void);