summaryrefslogtreecommitdiff
path: root/core/Messenger.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-13 18:30:14 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-13 18:30:14 -0400
commit4132cdff49855e87701b10bd42aa55e35a87b6f0 (patch)
tree7f535f3114ffbe37235e243fee989a1d45573f8e /core/Messenger.h
parent73163f6c98cf3c2d1945564d54bafd67e34922cb (diff)
clarified comment.
Diffstat (limited to 'core/Messenger.h')
-rw-r--r--core/Messenger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Messenger.h b/core/Messenger.h
index 48e14cf7..4e1010f5 100644
--- a/core/Messenger.h
+++ b/core/Messenger.h
@@ -147,7 +147,7 @@ void getaddress(Messenger *m, uint8_t *address);
147/* 147/*
148 * add a friend 148 * add a friend
149 * set the data that will be sent along with friend request 149 * set the data that will be sent along with friend request
150 * address is the address of the friend (returned by getaddress) it must be FRIEND_ADDRESS_SIZE bytes. TODO: add checksum. 150 * address is the address of the friend (returned by getaddress of the friend you wish to add) it must be FRIEND_ADDRESS_SIZE bytes. TODO: add checksum.
151 * data is the data and length is the length 151 * data is the data and length is the length
152 * returns the friend number if success 152 * returns the friend number if success
153 * return -1 if message length is too long 153 * return -1 if message length is too long