sorry forgot to merge this fix On Tue, Oct 29, 2013 at 12:21:51PM +0200, Andrei Emeltchenko wrote: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > This fixes following error during compilation: > ... > android/client/textconv.c:240: error: no previous declaration for ‘btuuid2str’ > make[1]: *** [android/client/android_haltest-textconv.o] Error 1 > ... > --- > android/client/textconv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/android/client/textconv.c b/android/client/textconv.c > index a3e10ee..8f27948 100644 > --- a/android/client/textconv.c > +++ b/android/client/textconv.c > @@ -234,7 +234,7 @@ char *bdaddr2str(const bt_bdaddr_t *bd_addr) > return bt_bdaddr_t2str(bd_addr, buf); > } > > -char *btuuid2str(const bt_uuid_t *uuid) > +static char *btuuid2str(const bt_uuid_t *uuid) > { > static char buf[MAX_UUID_STR_LEN]; > > -- > 1.7.10.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html