summaryrefslogtreecommitdiff
path: root/src/trunnel/hs/cell_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trunnel/hs/cell_common.c')
-rw-r--r--src/trunnel/hs/cell_common.c8
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;
}