summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-03-11 13:51:11 -0400
committerirungentoo <irungentoo@gmail.com>2015-03-11 13:51:11 -0400
commit572484f06ec75df61960077b033a9c7e4d28d283 (patch)
tree1c9b678ce5c6cf0e10e46253d893f12fea0e1b18
parent88a8a079b6601d09fadca9b80a23cef3c5232eb9 (diff)
Use .h for tox_old instead of .c to not break some of my build commands.
-rw-r--r--toxcore/tox.c2
-rw-r--r--toxcore/tox_old_code.h (renamed from toxcore/tox_old.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index 066fd33d..6bb20c81 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -1105,4 +1105,4 @@ uint16_t tox_get_tcp_port(const Tox *tox, TOX_ERR_GET_PORT *error)
1105 return 0; 1105 return 0;
1106} 1106}
1107 1107
1108#include "tox_old.c" 1108#include "tox_old_code.h"
diff --git a/toxcore/tox_old.c b/toxcore/tox_old_code.h
index 2a422575..2a422575 100644
--- a/toxcore/tox_old.c
+++ b/toxcore/tox_old_code.h