mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 15:14:31 +08:00
Add missing const to interactive() parameter in gatttool
This commit is contained in:
parent
ed6e2d24ea
commit
b2bd2cbc2a
@ -21,7 +21,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
int interactive(gchar *dst, gboolean le);
|
||||
int interactive(const gchar *dst, gboolean le);
|
||||
GIOChannel *gatt_connect(const gchar *src, const gchar *dst,
|
||||
const gchar *sec_level, int psm, int mtu,
|
||||
BtIOConnect connect_cb);
|
||||
|
@ -691,7 +691,7 @@ static gboolean prompt_read(GIOChannel *chan, GIOCondition cond,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
int interactive(gchar *dst, int psm)
|
||||
int interactive(const gchar *dst, int psm)
|
||||
{
|
||||
GIOChannel *pchan;
|
||||
gint events;
|
||||
|
Loading…
Reference in New Issue
Block a user