From cb22b3df5f0b7509a37e091360ecbb4d8a9f2873 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 14 Mar 2020 02:22:39 +0000 Subject: Fix up comments a bit to start being more uniform. Tokstyle (check-cimple) will start enforcing comment formats at some point. It will not support arbitrary stuff in comments, and will parse them. The result can then be semantically analysed. --- toxcore/onion.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'toxcore/onion.h') diff --git a/toxcore/onion.h b/toxcore/onion.h index f125f3c3..da145081 100644 --- a/toxcore/onion.h +++ b/toxcore/onion.h @@ -140,8 +140,6 @@ int send_onion_response(Networking_Core *net, IP_Port dest, const uint8_t *data, int onion_send_1(const Onion *onion, const uint8_t *plain, uint16_t len, IP_Port source, const uint8_t *nonce); /* Set the callback to be called when the dest ip_port doesn't have TOX_AF_INET6 or TOX_AF_INET as the family. - * - * Format: function(void *object, IP_Port dest, uint8_t *data, uint16_t length) */ void set_callback_handle_recv_1(Onion *onion, onion_recv_1_cb *function, void *object); -- cgit v1.2.3