summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-15 14:26:26 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-15 14:26:26 -0400
commit9e3d5d6488b402805509befbf9619d9fc589b58b (patch)
tree2aea62c47db134a77039410e17cbf974ba2ea97b
parent2663b9d23dc9c1f0aeb28ed387278229b9f2383f (diff)
Updated comment.
-rw-r--r--core/Messenger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Messenger.h b/core/Messenger.h
index a7e0aab5..e12b3fc8 100644
--- a/core/Messenger.h
+++ b/core/Messenger.h
@@ -152,6 +152,7 @@ void getaddress(Messenger *m, uint8_t *address);
152 * return -6 if bad checksum in address 152 * return -6 if bad checksum in address
153 * return -7 if the friend was already there but the nospam was different 153 * return -7 if the friend was already there but the nospam was different
154 * (the nospam for that friend was set to the new one) 154 * (the nospam for that friend was set to the new one)
155 * return -8 if increasing the friend list size fails
155 */ 156 */
156int m_addfriend(Messenger *m, uint8_t *address, uint8_t *data, uint16_t length); 157int m_addfriend(Messenger *m, uint8_t *address, uint8_t *data, uint16_t length);
157 158