summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connman.h')
-rwxr-xr-xsrc/connman.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 2e9c26f8..6f588bf2 100755
--- a/src/connman.h
+++ b/src/connman.h
@@ -125,6 +125,10 @@ int __connman_agent_request_peer_authorization(struct connman_peer *peer,
bool wps_requested,
const char *dbus_sender,
void *user_data);
+#if defined TIZEN_CONNMAN_USE_BLACKLIST
+dbus_bool_t __connman_agent_request_blacklist_check(
+ const char *name, const char *security, const char *eap);
+#endif
#include <connman/log.h>