aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-02 04:34:35 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-02 04:34:35 +0000
commita8aad30c3b3767c76d3bb4cbd8d8a276fb973297 (patch)
tree385faf4ceadb47ec859ece4217be8368219067fe /epan/conversation.c
parent0f67419579926b23fe30b62dccb65c2f297ecdcb (diff)
Fix more "no previous declaration" warnings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15171 f5534014-38df-0310-8fa8-9805f1628bb7
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)
{
/*