Search
lxdream.org :: lxdream/src/config.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/config.h
changeset 736:a02d1475ccfd
prev724:f2bc1c7cca14
next755:ab873907b00e
author nkeynes
date Fri Jul 18 12:54:59 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix make check for out-of-tree build
file annotate diff log raw
1.1 --- a/src/config.h Sun Jul 06 03:17:32 2008 +0000
1.2 +++ b/src/config.h Fri Jul 18 12:54:59 2008 +0000
1.3 @@ -22,6 +22,10 @@
1.4 #include <glib/gtypes.h>
1.5 #include <glib/gi18n.h>
1.6
1.7 +#ifdef __cplusplus
1.8 +extern "C" {
1.9 +#endif
1.10 +
1.11 #define CONFIG_TYPE_NONE 0
1.12 #define CONFIG_TYPE_FILE 1
1.13 #define CONFIG_TYPE_PATH 2
1.14 @@ -88,5 +92,8 @@
1.15 */
1.16 gboolean lxdream_save_config( );
1.17
1.18 +#ifdef __cplusplus
1.19 +}
1.20 +#endif
1.21
1.22 #endif /* !lxdream_config_H */
.