filename | src/config.h |
changeset | 736:a02d1475ccfd |
prev | 724:f2bc1c7cca14 |
next | 755:ab873907b00e |
author | nkeynes |
date | Mon Jul 14 07:44:42 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Re-indent everything consistently Fix include guards for consistency as well |
file | annotate | diff | log | raw |
1.1 --- a/src/config.h Sun Jul 06 03:17:32 2008 +00001.2 +++ b/src/config.h Mon Jul 14 07:44:42 2008 +00001.3 @@ -22,6 +22,10 @@1.4 #include <glib/gtypes.h>1.5 #include <glib/gi18n.h>1.7 +#ifdef __cplusplus1.8 +extern "C" {1.9 +#endif1.10 +1.11 #define CONFIG_TYPE_NONE 01.12 #define CONFIG_TYPE_FILE 11.13 #define CONFIG_TYPE_PATH 21.14 @@ -88,5 +92,8 @@1.15 */1.16 gboolean lxdream_save_config( );1.18 +#ifdef __cplusplus1.19 +}1.20 +#endif1.22 #endif /* !lxdream_config_H */
.