summaryrefslogtreecommitdiff
path: root/gsupplicant/dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsupplicant/dbus.h')
-rw-r--r--gsupplicant/dbus.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gsupplicant/dbus.h b/gsupplicant/dbus.h
index dfe77fe5..0117a1c8 100644
--- a/gsupplicant/dbus.h
+++ b/gsupplicant/dbus.h
@@ -2,7 +2,7 @@
*
* WPA supplicant library with GLib integration
*
- * Copyright (C) 2012 Intel Corporation. All rights reserved.
+ * Copyright (C) 2012-2013 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -71,7 +71,10 @@ int supplicant_dbus_method_call(const char *path,
const char *interface, const char *method,
supplicant_dbus_setup_function setup,
supplicant_dbus_result_function function,
- void *user_data);
+ void *user_data,
+ void *caller);
+
+void supplicant_dbus_method_call_cancel_all(void *caller);
void supplicant_dbus_property_append_basic(DBusMessageIter *iter,
const char *key, int type, void *val);