comparison src/audacious/configdb.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents db3a3f46a226
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
1 #ifndef CONFIGDB_H 1 #ifndef AUDACIOUS_CONFIGDB_H
2 #define CONFIGDB_H 2 #define AUDACIOUS_CONFIGDB_H
3 3
4 #include <glib.h> 4 #include <glib.h>
5 #include <libmcs/mcs.h> 5 #include <libmcs/mcs.h>
6 6
7 G_BEGIN_DECLS 7 G_BEGIN_DECLS
185 const gchar *section, 185 const gchar *section,
186 const gchar *key); 186 const gchar *key);
187 187
188 G_END_DECLS 188 G_END_DECLS
189 189
190 #endif /* CONFIGDB_H */ 190 #endif /* AUDACIOUS_CONFIGDB_H */
191 191