From 7e2d21271a549347575a38e5c3859d7374d496ed Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 4 Jan 2014 19:40:43 -0500 Subject: Some work on the onion part done. --- toxcore/onion.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'toxcore/onion.h') diff --git a/toxcore/onion.h b/toxcore/onion.h index 84aa72e1..bb4687fe 100644 --- a/toxcore/onion.h +++ b/toxcore/onion.h @@ -20,6 +20,9 @@ * */ +#ifndef ONION_H +#define ONION_H + #include "DHT.h" typedef struct { @@ -58,3 +61,6 @@ int send_onion_response(Networking_Core *net, IP_Port dest, uint8_t *data, uint3 Onion *new_onion(DHT *dht); void kill_onion(Onion *onion); + + +#endif -- cgit v1.2.3