From 050bf97c2dc6c22e7b3134e281ee892e5351439f Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 19 Aug 2017 19:16:18 +0200 Subject: timer improved; rbuf finally implemented --- code/core/htable/htable.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/core/htable/htable.c') diff --git a/code/core/htable/htable.c b/code/core/htable/htable.c index 82dbcbc..6330ef8 100644 --- a/code/core/htable/htable.c +++ b/code/core/htable/htable.c @@ -26,6 +26,7 @@ static ECPConnection *h_search(void *h, unsigned char *k) { return hashtable_search(h, k); } +#ifdef ECP_WITH_HTABLE int ecp_htable_init(ECPHTableIface *h) { h->init = 1; h->create = h_create; @@ -35,3 +36,4 @@ int ecp_htable_init(ECPHTableIface *h) { h->search = h_search; return ECP_OK; } +#endif \ No newline at end of file -- cgit v1.2.3