gsupplicant: fix return value of g_supplicant_interface_get_data()
authorKalle Valo <kalle.valo@canonical.com>
Mon, 27 Sep 2010 21:44:21 +0000 (00:44 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 27 Sep 2010 22:06:34 +0000 (00:06 +0200)
commit01a3b20535f4eb48ee08d37e312e4a69efec005a
tree633e086300864670be59cfec3ef3789e2512750e
parent3e8e78f2f77c22763234a85157a472ecb63ca727
gsupplicant: fix return value of g_supplicant_interface_get_data()

g_supplicant_interface_get_data() was returning a const void pointer even
though the setter took a non-const pointer. Change get_data() to return
non-const as well.
gsupplicant/gsupplicant.h
gsupplicant/supplicant.c