comparison src/libaudclient/audctrl.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 7e126e402b1c
children 4ed03078bda9
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 * 02110-1301, USA. 17 * 02110-1301, USA.
18 */ 18 */
19 19
20 #ifndef _AUDCTRL_H 20 #ifndef AUDACIOUS_AUDCTRL_H
21 #define _AUDCTRL_H 21 #define AUDACIOUS_AUDCTRL_H
22 22
23 #include <glib.h> 23 #include <glib.h>
24 #include <dbus/dbus-glib.h> 24 #include <dbus/dbus-glib.h>
25 25
26 G_BEGIN_DECLS 26 G_BEGIN_DECLS
125 void audacious_remote_toggle_filebrowser(DBusGProxy *proxy, gboolean show); 125 void audacious_remote_toggle_filebrowser(DBusGProxy *proxy, gboolean show);
126 void audacious_remote_eq_activate(DBusGProxy *proxy, gboolean active); 126 void audacious_remote_eq_activate(DBusGProxy *proxy, gboolean active);
127 127
128 G_END_DECLS 128 G_END_DECLS
129 129
130 #endif 130 #endif /* AUDACIOUS_AUDCTRL_H */