diff options
author | mannol <eniz_vukovic@hotmail.com> | 2014-02-15 20:44:33 +0100 |
---|---|---|
committer | mannol <eniz_vukovic@hotmail.com> | 2014-02-16 19:11:55 -0500 |
commit | 393433ce9910c3dffed9090c7965654f23a8e7a8 (patch) | |
tree | b96e08543fa3a647099cb6f3a9e55836453f51bc /toxcore/onion_client.h | |
parent | 292708c33634ee0b9a2243a2181018565558bc5c (diff) |
Public header ready to go
Diffstat (limited to 'toxcore/onion_client.h')
-rw-r--r-- | toxcore/onion_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h index 708d9093..36b5b5c3 100644 --- a/toxcore/onion_client.h +++ b/toxcore/onion_client.h | |||
@@ -61,6 +61,8 @@ typedef struct { | |||
61 | uint64_t last_fakeid_dht_sent; | 61 | uint64_t last_fakeid_dht_sent; |
62 | 62 | ||
63 | uint64_t last_noreplay; | 63 | uint64_t last_noreplay; |
64 | |||
65 | uint64_t last_seen; | ||
64 | } Onion_Friend; | 66 | } Onion_Friend; |
65 | 67 | ||
66 | typedef int (*oniondata_handler_callback)(void *object, uint8_t *source_pubkey, uint8_t *data, uint32_t len); | 68 | typedef int (*oniondata_handler_callback)(void *object, uint8_t *source_pubkey, uint8_t *data, uint32_t len); |