From e658892793c42b2d058eed0937025ef2ddaaa372 Mon Sep 17 00:00:00 2001 From: jin-eld Date: Sun, 4 Aug 2013 15:10:37 +0300 Subject: Rename core directory because of autoconf name clash While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory. --- core/util.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 core/util.h (limited to 'core/util.h') diff --git a/core/util.h b/core/util.h deleted file mode 100644 index 5209c2ca..00000000 --- a/core/util.h +++ /dev/null @@ -1,12 +0,0 @@ -/* - * util.h -- Utilities. - * - * This file is donated to the Tox Project. - * Copyright 2013 plutooo - */ - -uint64_t now(); -uint64_t random_64b(); -bool ipp_eq(IP_Port a, IP_Port b); -bool id_eq(clientid_t *dest, clientid_t *src); -void id_cpy(clientid_t *dest, clientid_t *src); -- cgit v1.2.3