comparison src/bluetooth/agent.h @ 2839:22a5075fc7f7

GPL Headers
author Paula Stanciu <paula.stanciu@gmail.com>
date Wed, 16 Jul 2008 20:57:17 +0300
parents 22a2ffe86750
children 50507763fd31
comparison
equal deleted inserted replaced
2838:22a2ffe86750 2839:22a5075fc7f7
1 /*
2 * Audacious Bluetooth headset suport plugin
3 *
4 * Copyright (c) 2008 Paula Stanciu <paula.stanciu@gmail.com>
5 * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>
6 * Copyright (C) 2006-2007 Bastien Nocera <hadess@hadess.net>
7 *
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 *
23 */
24
1 #include <gtk/gtk.h> 25 #include <gtk/gtk.h>
2 #include <glib.h> 26 #include <glib.h>
3 #include <dbus/dbus-glib.h> 27 #include <dbus/dbus-glib.h>
4 void run_agent(void); 28 void run_agent(void);
5 int setup_agents(DBusGConnection *conn); 29 int setup_agents(DBusGConnection *conn);