summaryrefslogtreecommitdiffstats
path: root/src/c_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_defines.h')
-rw-r--r--src/c_defines.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/c_defines.h b/src/c_defines.h
index 923cbb5..47d03b6 100644
--- a/src/c_defines.h
+++ b/src/c_defines.h
@@ -55,7 +55,7 @@ typedef char i8_t;
typedef short i16_t;
typedef int i32_t;
typedef long i64_t;
-typedef void* ptr_t;
+typedef char* ptr_t;
enum bool_e {
FALSE,
@@ -70,4 +70,6 @@ enum ret_e {
#define BUFF_SIZE 262144
#define PROGNAME "mpdview"
+#define DEF_MUSIC_DIR "/home/jozan/mu"
+
#endif /* __C_DEFINES_H__ */