Home
last modified time | relevance | path

Searched refs:friend_set_online (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/uTox/uTox/src/
H A Dfriend.h151 bool friend_set_online(FRIEND *f, bool online);
H A Dutox.c366 if (friend_set_online(f, param2)) { in utox_message_dispatch()
H A Dfriend.c435 bool friend_set_online(FRIEND *f, bool online) { in friend_set_online() function