From 98db92a98e7daeee91f2b47de2a25a8d97899015 Mon Sep 17 00:00:00 2001 From: z3bra Date: Wed, 2 Nov 2016 08:35:18 +0100 Subject: Rename tox*_do to tox*_iterate --- ratox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ratox.c b/ratox.c index e2486d9..3b277c7 100644 --- a/ratox.c +++ b/ratox.c @@ -1642,8 +1642,8 @@ loop(void) toxconnect(); } } - tox_do(tox); - toxav_do(toxav); + tox_iterate(tox); + toxav_iterate(toxav); /* Prepare select-fd-set */ FD_ZERO(&rfds); -- cgit v1.2.3