Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.h2382 typedef void tox_file_recv_chunk_cb(Tox *tox, uint32_t friend_number, uint32_t file_number, uint64_… typedef
2392 void tox_callback_file_recv_chunk(Tox *tox, tox_file_recv_chunk_cb *callback);
H A Dtox.c86 tox_file_recv_chunk_cb *file_recv_chunk_callback;
1673 void tox_callback_file_recv_chunk(Tox *tox, tox_file_recv_chunk_cb *callback) in tox_callback_file_recv_chunk()