Hi Claudio, On Wed, Nov 17, 2010, Claudio Takahasi wrote: > --- a/attrib/att.h > +++ b/attrib/att.h > @@ -122,6 +122,11 @@ struct att_data_list { > uint8_t **data; > }; > > +struct range { > + uint16_t start; > + uint16_t end; > +}; > + Since this is in the public header file it should be prefixed with att_, right? (which should also apply for all public symbols here). However, it seems like you're only using the struct internally in att.c so probably it doesn't even need to be in the public header file? Johan -- 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