Moved xdg functions to common

This commit is contained in:
James Booth
2013-02-02 22:09:18 +00:00
parent d86a774953
commit 66647546f4
3 changed files with 50 additions and 51 deletions

View File

@@ -76,5 +76,7 @@ char * prof_getline(FILE *stream);
int octet_compare(unsigned char *str1, unsigned char *str2);
char* release_get_latest(void);
gboolean presence_valid_string(const char * const str);
gchar * xdg_get_config_home(void);
gchar * xdg_get_data_home(void);
#endif