Deleted Added
full compact
6,13c6,7
< * 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
< * published by the Free Software Foundation.
< *
< * Alternatively, this software may be distributed under the terms of BSD
< * license.
< *
< * See README and COPYING for more details.
---
> * This software may be distributed under the terms of the BSD license.
> * See README for more details.
25,26c19,21
< typedef DBusMessage * (* WPADBusPropertyAccessor)(DBusMessage *message,
< const void *user_data);
---
> typedef dbus_bool_t (* WPADBusPropertyAccessor)(DBusMessageIter *iter,
> DBusError *error,
> void *user_data);
47,48d41
< enum dbus_prop_access { R, W, RW };
<
70c63
< struct wpa_dbus_argument args[3];
---
> struct wpa_dbus_argument args[4];
82c75
< struct wpa_dbus_argument args[3];
---
> struct wpa_dbus_argument args[4];
99,100d91
< /* property access permissions */
< enum dbus_prop_access access;
106a98
> #define WPAS_DBUS_AUTH_MODE_MAX 64
130,132c122,125
< void wpa_dbus_get_object_properties(struct wpas_dbus_priv *iface,
< const char *path, const char *interface,
< DBusMessageIter *dict_iter);
---
> dbus_bool_t wpa_dbus_get_object_properties(struct wpas_dbus_priv *iface,
> const char *path,
> const char *interface,
> DBusMessageIter *iter);
146a140,149
> char *wpas_dbus_new_decompose_object_path(const char *path,
> int p2p_persistent_group,
> char **network,
> char **bssid);
>
> DBusMessage *wpas_dbus_reply_new_from_error(DBusMessage *message,
> DBusError *error,
> const char *fallback_name,
> const char *fallback_string);
>