aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/gtpie.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtp/gtpie.h')
-rw-r--r--gtp/gtpie.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtp/gtpie.h b/gtp/gtpie.h
index 9fe7943..96ff67a 100644
--- a/gtp/gtpie.h
+++ b/gtp/gtpie.h
@@ -221,9 +221,9 @@ struct tlv2 {
} __attribute__ ((packed));
extern int gtpie_tlv(void *p, unsigned int *length, unsigned int size,
- uint8_t t, int l, void *v);
+ uint8_t t, int l, const void *v);
extern int gtpie_tv0(void *p, unsigned int *length, unsigned int size,
- uint8_t t, int l, uint8_t * v);
+ uint8_t t, int l, const uint8_t * v);
extern int gtpie_tv1(void *p, unsigned int *length, unsigned int size,
uint8_t t, uint8_t v);
extern int gtpie_tv2(void *p, unsigned int *length, unsigned int size,