Hi Johan, On Thu, Nov 18, 2010 at 12:47 PM, Johan Hedberg <johan.hedberg@xxxxxxxxx> wrote: > 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 > It will be used in the gatttool, attribute server and attribute client. I gonna add the prefix att_ and resend the patches. Claudio. -- 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