summaryrefslogtreecommitdiff
path: root/gsupplicant/gsupplicant.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-09-20 16:07:42 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-09-20 16:08:57 +0200
commit0cd34710243834dc0db493a29c8a3fde1e0f72a8 (patch)
tree7d8fd6ea300cc0be16a23fd002f86e47b5da0790 /gsupplicant/gsupplicant.h
parentaddd2af53753a3062ff02c4316045ee3cde5f292 (diff)
downloadconnman-0cd34710243834dc0db493a29c8a3fde1e0f72a8.tar.gz
connman-0cd34710243834dc0db493a29c8a3fde1e0f72a8.tar.bz2
connman-0cd34710243834dc0db493a29c8a3fde1e0f72a8.zip
Remove last ConnMan dependency for GSupplicant
This is achieved through the addition of a debug callback.
Diffstat (limited to 'gsupplicant/gsupplicant.h')
-rw-r--r--gsupplicant/gsupplicant.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsupplicant/gsupplicant.h b/gsupplicant/gsupplicant.h
index 5d8c6179..c408c6ff 100644
--- a/gsupplicant/gsupplicant.h
+++ b/gsupplicant/gsupplicant.h
@@ -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;