diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-30 18:39:38 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-30 18:39:38 +0000 |
commit | e54736f31acc8d26d1f1e4a8b06ed66d258a24ef (patch) | |
tree | 44c92453396549e9b82934ed7f1fa30f1d2a93a6 /hcid/dbus-test.h | |
parent | c9b2f56a13df506191c284b7977abe7e7aa8f0e5 (diff) |
Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)
Diffstat (limited to 'hcid/dbus-test.h')
-rw-r--r-- | hcid/dbus-test.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/hcid/dbus-test.h b/hcid/dbus-test.h new file mode 100644 index 00000000..0467a335 --- /dev/null +++ b/hcid/dbus-test.h @@ -0,0 +1,33 @@ +/* + * + * BlueZ - Bluetooth protocol stack for Linux + * + * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org> + * + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + +#ifndef __BLUEZ_DBUS_TEST_H +#define __BLUEZ_DBUS_TEST_H + +#define TEST_INTERFACE "org.bluez.Test" + +DBusHandlerResult handle_test_method(DBusConnection *conn, DBusMessage *msg, void *data); + +void process_audits_list(const char *adapter_path); + +#endif /* __BLUEZ_DBUS_TEST_H */ |