about summary refs log tree commit diff stats
path: root/src/common.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 22:09:18 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 22:09:18 +0000
commit66647546f423e955fd07a8bc4db3baa7d17c5e0d (patch)
tree9a543bb0e67e1f9e2971c5f32f8946a564ed629e /src/common.h
parentd86a77495339c3a1156c19979036d704ddf0cead (diff)
downloadprofani-tty-66647546f423e955fd07a8bc4db3baa7d17c5e0d.tar.gz
Moved xdg functions to common
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index a4ea7a1a..a996dc29 100644
--- a/src/common.h
+++ b/src/common.h
@@ -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