From ecddafd3832d145f2d7bdb84bb83ba385ff3cff0 Mon Sep 17 00:00:00 2001 From: redwire Date: Fri, 30 Aug 2013 22:08:15 -0230 Subject: Made clang happy by taking definitions for the macro out of functions and adding declarations --- toxcore/DHT.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toxcore/DHT.h') diff --git a/toxcore/DHT.h b/toxcore/DHT.h index d0afda35..88073779 100644 --- a/toxcore/DHT.h +++ b/toxcore/DHT.h @@ -106,6 +106,9 @@ typedef struct { } DHT; /*----------------------------------------------------------------------------------*/ +/* Create the declaration for a quick sort for ClientPair structures. */ +declare_quick_sort(ClientPair); + Client_data *DHT_get_close_list(DHT *dht); /* Add a new friend to the friends list. -- cgit v1.2.3