Updated comment.

This commit is contained in:
irungentoo 2013-08-15 14:26:26 -04:00
parent 2663b9d23d
commit 9e3d5d6488

View File

@ -152,6 +152,7 @@ void getaddress(Messenger *m, uint8_t *address);
* return -6 if bad checksum in address * return -6 if bad checksum in address
* return -7 if the friend was already there but the nospam was different * return -7 if the friend was already there but the nospam was different
* (the nospam for that friend was set to the new one) * (the nospam for that friend was set to the new one)
* return -8 if increasing the friend list size fails
*/ */
int m_addfriend(Messenger *m, uint8_t *address, uint8_t *data, uint16_t length); int m_addfriend(Messenger *m, uint8_t *address, uint8_t *data, uint16_t length);