aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 0035ac1b71..3f49ea6178 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -50,7 +50,7 @@ typedef enum {
struct e_in6_addr;
extern gchar* address_to_str(const address *);
-extern void address_to_str_buf(const address *, gchar *);
+extern void address_to_str_buf(const address *addr, gchar *buf, int buf_len);
extern gchar* ether_to_str(const guint8 *);
extern gchar* ip_to_str(const guint8 *);
extern void ip_to_str_buf(const guint8 *, gchar *);