comparison src/audacious/strings.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 5a0f5ef1de61
children 6b76f8589f5d
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
21 * 21 *
22 * The Audacious team does not consider modular code linking to 22 * The Audacious team does not consider modular code linking to
23 * Audacious or using our public API to be a derived work. 23 * Audacious or using our public API to be a derived work.
24 */ 24 */
25 25
26 #ifndef __AUDACIOUS_STRINGS_H__ 26 #ifndef AUDACIOUS_STRINGS_H
27 #define __AUDACIOUS_STRINGS_H__ 27 #define AUDACIOUS_STRINGS_H
28 28
29 #include <glib.h> 29 #include <glib.h>
30 30
31 G_BEGIN_DECLS 31 G_BEGIN_DECLS
32 32
56 gsize *arg_bytes_read, gsize *arg_bytes_write, 56 gsize *arg_bytes_read, gsize *arg_bytes_write,
57 GError **arg_error); 57 GError **arg_error);
58 58
59 G_END_DECLS 59 G_END_DECLS
60 60
61 #endif /* __AUDACIOUS_STRINGS_H__ */ 61 #endif /* AUDACIOUS_STRINGS_H */