summaryrefslogtreecommitdiff
path: root/toxcore/util.h
diff options
context:
space:
mode:
authorCoren[m] <Break@Ocean>2013-10-24 22:47:23 +0200
committerCoren[m] <Break@Ocean>2013-10-24 22:47:23 +0200
commit065495cd7c269389af7f834e568d12105589dd97 (patch)
treec38eb6cfd8117b9a721b5d41144502736ed18bac /toxcore/util.h
parent0a4c3d7e2e080dafd66d25f7a5806b89f7be1bcf (diff)
parentf3be5609049d278ee3f46754ea4b0eb929876dba (diff)
Merge remote-tracking branch 'upstream/master' into cleanup_unix_time_id_eq_cpy_is_timeout
Conflicts: toxcore/net_crypto.c
Diffstat (limited to 'toxcore/util.h')
-rw-r--r--toxcore/util.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/toxcore/util.h b/toxcore/util.h
index 3ecefd9c..f69f294b 100644
--- a/toxcore/util.h
+++ b/toxcore/util.h
@@ -3,6 +3,23 @@
3 * 3 *
4 * This file is donated to the Tox Project. 4 * This file is donated to the Tox Project.
5 * Copyright 2013 plutooo 5 * Copyright 2013 plutooo
6 *
7 * Copyright (C) 2013 Tox project All Rights Reserved.
8 *
9 * This file is part of Tox.
10 *
11 * Tox is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation, either version 3 of the License, or
14 * (at your option) any later version.
15 *
16 * Tox is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
6 */ 23 */
7 24
8#ifndef __UTIL_H__ 25#ifndef __UTIL_H__