From 947b381fb63711fab30f7212638ef792f5aa2a3f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 30 May 2014 14:57:19 +0200 Subject: settings: Support ~/ expansion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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… --- src/settings.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/settings.h') 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 */ -- cgit v1.2.3