diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-08 16:56:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-08 16:59:25 -0500 |
commit | bc68eedd79286420f8dcab5fa4ed83401299c89c (patch) | |
tree | 84e128effdd94fa9b1f44d1bee2617be91b278f7 /src/trunnel/hs/cell_common.c | |
parent | e1f00c5f8620f46f97ac58b2a1787852891c8981 (diff) | |
download | tor-bc68eedd79286420f8dcab5fa4ed83401299c89c.tar.gz tor-bc68eedd79286420f8dcab5fa4ed83401299c89c.zip |
Update to trunnel 1.5.1
Diffstat (limited to 'src/trunnel/hs/cell_common.c')
-rw-r--r-- | src/trunnel/hs/cell_common.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/trunnel/hs/cell_common.c b/src/trunnel/hs/cell_common.c index c6c610d213..830f2260ee 100644 --- a/src/trunnel/hs/cell_common.c +++ b/src/trunnel/hs/cell_common.c @@ -1,4 +1,4 @@ -/* cell_common.c -- generated by Trunnel v1.5. +/* cell_common.c -- generated by Trunnel v1.5.1. * https://gitweb.torproject.org/trunnel.git * You probably shouldn't edit this file. */ @@ -58,7 +58,7 @@ cell_extension_fields_free(cell_extension_fields_t *obj) } uint8_t -cell_extension_fields_get_field_type(cell_extension_fields_t *inp) +cell_extension_fields_get_field_type(const cell_extension_fields_t *inp) { return inp->field_type; } @@ -69,7 +69,7 @@ cell_extension_fields_set_field_type(cell_extension_fields_t *inp, uint8_t val) return 0; } uint8_t -cell_extension_fields_get_field_len(cell_extension_fields_t *inp) +cell_extension_fields_get_field_len(const cell_extension_fields_t *inp) { return inp->field_len; } @@ -340,7 +340,7 @@ cell_extension_free(cell_extension_t *obj) } uint8_t -cell_extension_get_num(cell_extension_t *inp) +cell_extension_get_num(const cell_extension_t *inp) { return inp->num; } |