summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-05-30 14:57:19 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-05-30 14:57:19 +0200
commit947b381fb63711fab30f7212638ef792f5aa2a3f (patch)
tree080d9c3e7128b7c3563972977b6ae25ed7569f84 /src/settings.h
parent81c9327143c1b0484eaceaf69e7f79da0099ba91 (diff)
downloadpianobar-windows-947b381fb63711fab30f7212638ef792f5aa2a3f.tar.gz
pianobar-windows-947b381fb63711fab30f7212638ef792f5aa2a3f.tar.bz2
pianobar-windows-947b381fb63711fab30f7212638ef792f5aa2a3f.zip
settings: Support ~/ expansion
Only the simple ~/ expansion is supported right now, since ~user expansion does not make sense for per-user config files anyway. Closes #431 and #430. On my way to this solution I tried libconfuse and json-based config files. I’m not convinced yet one of these is the solution though…
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h
index 5212d10..b56351e 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -114,6 +114,5 @@ void BarSettingsInit (BarSettings_t *);
void BarSettingsDestroy (BarSettings_t *);
void BarSettingsRead (BarSettings_t *);
void BarSettingsWrite (PianoStation_t *, BarSettings_t *);
-void BarGetXdgConfigDir (const char *, char *, size_t);
#endif /* SRC_SETTINGS_H_IPL0ON9L */