--- a/src/lxdream.h Tue Jul 15 06:47:49 2008 +0000 +++ b/src/lxdream.h Mon Oct 06 01:05:12 2008 +0000 @@ -87,7 +87,9 @@ #define DEBUG( ... ) log_message( NULL, EMIT_DEBUG, MODULE_NAME, __VA_ARGS__ ) #define TRACE( ... ) log_message( NULL, EMIT_TRACE, MODULE_NAME, __VA_ARGS__ ) - +/****************** System paths ****************/ +const char *get_sysconf_path(); +const char *get_locale_path(); #ifdef __cplusplus }