Search
lxdream.org :: lxdream/src/lxdream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/lxdream.h
changeset 1041:5fcc39857c5c
prev1038:f220d18c0615
next1065:bc1cc0c54917
author nkeynes
date Sun Jun 28 01:34:55 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Replace printf with DEBUG messages (patch by Wahrhaft)
file annotate diff log raw
1.1 --- a/src/lxdream.h Thu Jun 25 01:15:25 2009 +0000
1.2 +++ b/src/lxdream.h Sun Jun 28 01:34:55 2009 +0000
1.3 @@ -87,11 +87,6 @@
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.6
1.7 -/****************** System paths ****************/
1.8 -const char *get_sysconf_path();
1.9 -const char *get_locale_path();
1.10 -const char *get_plugin_path();
1.11 -const char *get_user_data_path();
1.12
1.13 #ifdef HAVE_FASTCALL
1.14 #define FASTCALL __attribute__((regparm(2)))
.