Remove last ConnMan dependency for GSupplicant
[platform/upstream/connman.git] / gsupplicant / gsupplicant.h
index 5d8c617..c408c6f 100644 (file)
@@ -174,6 +174,7 @@ struct _GSupplicantCallbacks {
        void (*scan_finished) (GSupplicantInterface *interface);
        void (*network_added) (GSupplicantNetwork *network);
        void (*network_removed) (GSupplicantNetwork *network);
+       void (*debug) (const char *str);
 };
 
 typedef struct _GSupplicantCallbacks GSupplicantCallbacks;