123456789101112131415161718192021222324252627282930 |
- #ifndef DBUS_COMMON_I_H
- #define DBUS_COMMON_I_H
- #include <dbus/dbus.h>
- struct wpas_dbus_priv {
- DBusConnection *con;
- int should_dispatch;
- struct wpa_global *global;
- u32 next_objid;
- int dbus_new_initialized;
- };
- #endif
|