comparison src/audacious/rcfile.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 15c491f342eb
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
17 * along with this program. If not, see <http://www.gnu.org/licenses>. 17 * along with this program. If not, see <http://www.gnu.org/licenses>.
18 * 18 *
19 * The Audacious team does not consider modular code linking to 19 * The Audacious team does not consider modular code linking to
20 * Audacious or using our public API to be a derived work. 20 * Audacious or using our public API to be a derived work.
21 */ 21 */
22 #ifndef __AUDACIOUS_RCFILE_H__ 22 #ifndef AUDACIOUS_RCFILE_H
23 #define __AUDACIOUS_RCFILE_H__ 23 #define AUDACIOUS_RCFILE_H
24 24
25 #include <glib.h> 25 #include <glib.h>
26 26
27 G_BEGIN_DECLS 27 G_BEGIN_DECLS
28 28
92 void aud_rcfile_remove_key(RcFile * file, const gchar * section, 92 void aud_rcfile_remove_key(RcFile * file, const gchar * section,
93 const gchar * key); 93 const gchar * key);
94 94
95 G_END_DECLS 95 G_END_DECLS
96 96
97 #endif /* __AUDACIOUS_RCFILE_H__ */ 97 #endif /* AUDACIOUS_RCFILE_H */