summaryrefslogtreecommitdiff
path: root/toxcore/ping.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-10-23 14:32:09 -0400
committerirungentoo <irungentoo@gmail.com>2013-10-23 14:32:09 -0400
commita67b4f8c6d85b5d77cbd8b04a1f7a90a4470947b (patch)
treec3cac91476290c4400d65d0eae0d510966ae5939 /toxcore/ping.h
parentb515eac0a3bec4d111e759922fd206236b56b4b1 (diff)
Code cleanups.
Diffstat (limited to 'toxcore/ping.h')
-rw-r--r--toxcore/ping.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/toxcore/ping.h b/toxcore/ping.h
index fabb1afd..32742401 100644
--- a/toxcore/ping.h
+++ b/toxcore/ping.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#ifndef __PING_H__ 24#ifndef __PING_H__
8#define __PING_H__ 25#define __PING_H__