summaryrefslogtreecommitdiff
path: root/epan/conversation.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-06 18:25:23 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-06 18:25:23 +0000
commit0e5cef61be28b595269433c50b23ce71a24b9fd3 (patch)
tree3906bcb3782e7eeaccdf0142093b63c249a57593 /epan/conversation.h
parentd6122ad4223c0616f3ac12b96f079f04cd83d3c4 (diff)
downloadwireshark-0e5cef61be28b595269433c50b23ce71a24b9fd3.tar.gz
Split a bunch of init routines into init() and cleanup(). This allows us to free memory properly on shutdown.
This is an initial step. There's still some work to do. svn path=/trunk/; revision=29754
Diffstat (limited to 'epan/conversation.h')
-rw-r--r--epan/conversation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/conversation.h b/epan/conversation.h
index cb44ba7137..7c4418c68c 100644
--- a/epan/conversation.h
+++ b/epan/conversation.h
@@ -77,6 +77,7 @@ typedef struct conversation {
conversation_key *key_ptr; /* pointer to the key for this conversation */
} conversation_t;
+extern void conversation_cleanup(void);
extern void conversation_init(void);
extern conversation_t *conversation_new(guint32 setup_frame, address *addr1, address *addr2,