summaryrefslogtreecommitdiff
path: root/attrib/gatttool.h
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2013-05-01 01:51:56 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-05-02 09:02:25 +0300
commiteee0adcf7b99767de1413877d330e1d47f7d2d9a (patch)
tree863e8f257d167c95984694ed121855fdcb650c5f /attrib/gatttool.h
parent4a204517823f4afa0490832e0b49432a1b16feae (diff)
downloadbluez-eee0adcf7b99767de1413877d330e1d47f7d2d9a.tar.gz
attrib: Get rid of gchar
Use plain char instead of gchar.
Diffstat (limited to 'attrib/gatttool.h')
-rw-r--r--attrib/gatttool.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/attrib/gatttool.h b/attrib/gatttool.h
index 184a7f8b0..8f0913ceb 100644
--- a/attrib/gatttool.h
+++ b/attrib/gatttool.h
@@ -21,10 +21,10 @@
*
*/
-int interactive(const gchar *src, const gchar *dst, const gchar *dst_type,
+int interactive(const char *src, const char *dst, const char *dst_type,
int psm);
-GIOChannel *gatt_connect(const gchar *src, const gchar *dst,
- const gchar *dst_type, const gchar *sec_level,
+GIOChannel *gatt_connect(const char *src, const char *dst,
+ const char *dst_type, const char *sec_level,
int psm, int mtu, BtIOConnect connect_cb,
GError **gerr);
size_t gatt_attr_data_from_string(const char *str, uint8_t **data);