aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/conversation.c')
-rw-r--r--epan/conversation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/conversation.c b/epan/conversation.c
index d597a0f8c4..70529ae636 100644
--- a/epan/conversation.c
+++ b/epan/conversation.c
@@ -101,7 +101,7 @@ static GMemChunk *conv_proto_data_area = NULL;
* addr2 and port2 are used in the function if their respective conversation
* options bits are set (NO_ADDR2 and NO_PORT2).
*/
-conversation_t *
+static conversation_t *
conversation_create_from_template(conversation_t *conversation, address *addr2, guint32 port2)
{
/*