aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/to_str.c')
-rw-r--r--epan/to_str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/to_str.c b/epan/to_str.c
index 1440bf90a4..050d5fa053 100644
--- a/epan/to_str.c
+++ b/epan/to_str.c
@@ -804,7 +804,7 @@ decode_numeric_bitfield(guint32 val, guint32 mask, int width,
address types */
/* convert an address struct into a printable string */
gchar*
-address_to_str(address *addr)
+address_to_str(const address *addr)
{
#ifndef INET6_ADDRSTRLEN
#define INET6_ADDRSTRLEN 46
@@ -823,7 +823,7 @@ address_to_str(address *addr)
}
void
-address_to_str_buf(address *addr, gchar *buf)
+address_to_str_buf(const address *addr, gchar *buf)
{
struct atalk_ddp_addr ddp_addr;