comparison src/audacious/logger.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 de33c83aa06f
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
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 22
23 #ifndef __AUDACIOUS_LOGGER_H__ 23 #ifndef AUDACIOUS_LOGGER_H
24 #define __AUDACIOUS_LOGGER_H__ 24 #define AUDACIOUS_LOGGER_H
25 25
26 #include <glib.h> 26 #include <glib.h>
27 27
28 G_BEGIN_DECLS 28 G_BEGIN_DECLS
29 29
36 gboolean aud_logger_start(const gchar * filename); 36 gboolean aud_logger_start(const gchar * filename);
37 void aud_logger_stop(void); 37 void aud_logger_stop(void);
38 38
39 G_END_DECLS 39 G_END_DECLS
40 40
41 #endif /* __AUDACIOUS_LOGGER_H__ */ 41 #endif /* AUDACIOUS_LOGGER_H */