Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / network / WirelessManager / wpa_supplicant / dbus / dbus_common.h
blob50da09b9c5d1baf91452f25fc80d8f671a06ebbd
1 /*
2 * wpa_supplicant D-Bus control interface - common definitions
3 * Copyright (c) 2006, Dan Williams <dcbw@redhat.com> and Red Hat, Inc.
4 * Copyright (c) 2009, Witold Sowa <witold.sowa@gmail.com>
5 * Copyright (c) 2009, Jouni Malinen <j@w1.fi>
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
11 * Alternatively, this software may be distributed under the terms of BSD
12 * license.
14 * See README and COPYING for more details.
17 #ifndef DBUS_COMMON_H
18 #define DBUS_COMMON_H
20 struct wpas_dbus_priv;
21 struct wpa_global;
23 struct wpas_dbus_priv * wpas_dbus_init(struct wpa_global *global);
24 void wpas_dbus_deinit(struct wpas_dbus_priv *priv);
26 #endif /* DBUS_COMMON_H */