diff options
Diffstat (limited to 'toxcore/assoc.c')
-rw-r--r-- | toxcore/assoc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toxcore/assoc.c b/toxcore/assoc.c index 44c4cc30..932adc76 100644 --- a/toxcore/assoc.c +++ b/toxcore/assoc.c | |||
@@ -878,9 +878,9 @@ void Assoc_self_client_id_changed(Assoc *assoc, const uint8_t *id) | |||
878 | } | 878 | } |
879 | } | 879 | } |
880 | 880 | ||
881 | #ifdef LOGGING | 881 | #ifdef TOX_LOGGER |
882 | static char *idpart2str(uint8_t *id, size_t len); | 882 | static char *idpart2str(uint8_t *id, size_t len); |
883 | #endif /* LOGGING */ | 883 | #endif /* TOX_LOGGER */ |
884 | 884 | ||
885 | /* refresh buckets */ | 885 | /* refresh buckets */ |
886 | void do_Assoc(Assoc *assoc, DHT *dht) | 886 | void do_Assoc(Assoc *assoc, DHT *dht) |
@@ -974,7 +974,7 @@ void kill_Assoc(Assoc *assoc) | |||
974 | } | 974 | } |
975 | } | 975 | } |
976 | 976 | ||
977 | #ifdef LOGGING | 977 | #ifdef TOX_LOGGER |
978 | 978 | ||
979 | static char buffer[crypto_box_PUBLICKEYBYTES * 2 + 1]; | 979 | static char buffer[crypto_box_PUBLICKEYBYTES * 2 + 1]; |
980 | static char *idpart2str(uint8_t *id, size_t len) | 980 | static char *idpart2str(uint8_t *id, size_t len) |
@@ -1028,4 +1028,4 @@ void Assoc_status(const Assoc *assoc) | |||
1028 | } | 1028 | } |
1029 | } | 1029 | } |
1030 | 1030 | ||
1031 | #endif /* LOGGING */ | 1031 | #endif /* TOX_LOGGER */ |