summaryrefslogtreecommitdiff
path: root/toxcore/ping.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-12-06 22:51:17 -0500
committerirungentoo <irungentoo@gmail.com>2013-12-06 22:51:17 -0500
commit7cd43ecc76cd08c5c2c16b9f9169908ef4674762 (patch)
tree5b5ba5b61b5591222e2c4682d750c71469f1086c /toxcore/ping.h
parent1473126f9a459f31f4c33262a21987a3bb7dde65 (diff)
parent4207b73ca9432aeacfa72e5b7610cbb0ba9324c8 (diff)
Merge branch 'master' into harden
Diffstat (limited to 'toxcore/ping.h')
-rw-r--r--toxcore/ping.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/toxcore/ping.h b/toxcore/ping.h
index c2437e1b..00e1c697 100644
--- a/toxcore/ping.h
+++ b/toxcore/ping.h
@@ -24,11 +24,7 @@
24#ifndef __PING_H__ 24#ifndef __PING_H__
25#define __PING_H__ 25#define __PING_H__
26 26
27#include <stdbool.h>
28
29#ifndef __PING_C__
30typedef struct PING PING; 27typedef struct PING PING;
31#endif
32 28
33/* Add nodes to the toping list. 29/* Add nodes to the toping list.
34 * All nodes in this list are pinged every TIME_TOPING seconds 30 * All nodes in this list are pinged every TIME_TOPING seconds