Home
last modified time | relevance | path

Searched refs:setfriendname (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DMessenger.h400 int setfriendname(Messenger *m, int32_t friendnumber, const uint8_t *name, uint16_t length);
H A DMessenger.c559 int setfriendname(Messenger *m, int32_t friendnumber, const uint8_t *name, uint16_t length) in setfriendname() function
2996 setfriendname(m, fnum, temp.name, net_ntohs(temp.name_length)); in friends_list_load()