From 0d8329b3a9b16cd6089810e61ce958fde00046b8 Mon Sep 17 00:00:00 2001 From: "Coren[m]" Date: Thu, 14 Nov 2013 19:05:36 +0100 Subject: Significantly trimmed down version of an ID<=>IP cache. Besides acknowledging timeouts, the module isn't trying to do anything fancy with the data besides storing and retrieving. --- toxcore/ping.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'toxcore/ping.h') diff --git a/toxcore/ping.h b/toxcore/ping.h index 32742401..361fd3ef 100644 --- a/toxcore/ping.h +++ b/toxcore/ping.h @@ -24,11 +24,7 @@ #ifndef __PING_H__ #define __PING_H__ -#include - -#ifndef __PING_C__ typedef struct PING PING; -#endif /* Add nodes to the toping list. * All nodes in this list are pinged every TIME_TOPING seconds -- cgit v1.2.3