Mercurial > audlegacy
diff src/audacious/strings.h @ 4407:5a0f5ef1de61
Some stupid header cleanups.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 31 Mar 2008 05:59:24 +0300 |
| parents | 9e24c8746d99 |
| children | 2eee464379dc |
line wrap: on
line diff
--- a/src/audacious/strings.h Mon Mar 31 00:49:26 2008 +0400 +++ b/src/audacious/strings.h Mon Mar 31 05:59:24 2008 +0300 @@ -23,11 +23,13 @@ * Audacious or using our public API to be a derived work. */ -#ifndef AUD_STRINGS_H -#define AUD_STRINGS_H +#ifndef __AUDACIOUS_STRINGS_H__ +#define __AUDACIOUS_STRINGS_H__ #include <glib.h> +G_BEGIN_DECLS + gchar *escape_shell_chars(const gchar * string); gchar *str_append(gchar * str, const gchar * add_str); @@ -54,4 +56,6 @@ gsize *arg_bytes_read, gsize *arg_bytes_write, GError **arg_error); -#endif +G_END_DECLS + +#endif /* __AUDACIOUS_STRINGS_H__ */
