filename | src/lxdream.h |
changeset | 866:86cd01c2b2d3 |
prev | 738:0cbff49086b8 |
next | 905:4c17ebd9ef5e |
author | nkeynes |
date | Mon Oct 06 01:05:12 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Move bundle/system paths into paths.c, install lxdreamrc into the bundle (Fix OSX bundle missing default configuration) |
file | annotate | diff | log | raw |
1.1 --- a/src/lxdream.h Tue Jul 15 06:47:49 2008 +00001.2 +++ b/src/lxdream.h Mon Oct 06 01:05:12 2008 +00001.3 @@ -87,7 +87,9 @@1.4 #define DEBUG( ... ) log_message( NULL, EMIT_DEBUG, MODULE_NAME, __VA_ARGS__ )1.5 #define TRACE( ... ) log_message( NULL, EMIT_TRACE, MODULE_NAME, __VA_ARGS__ )1.7 -1.8 +/****************** System paths ****************/1.9 +const char *get_sysconf_path();1.10 +const char *get_locale_path();1.12 #ifdef __cplusplus1.13 }
.