summaryrefslogtreecommitdiff
path: root/epan/req_resp_hdrs.h
diff options
context:
space:
mode:
authorMike Duigou <bondolo@dev.java.net>2007-11-19 21:28:08 +0000
committerMike Duigou <bondolo@dev.java.net>2007-11-19 21:28:08 +0000
commita8a69a14f6637dd4cf7ade6b42dbe97b526dbd20 (patch)
treeba2d11810de62ed2d27584199a89879352ba2668 /epan/req_resp_hdrs.h
parent849e6283346ef76c5fd405f2fec445484b990e70 (diff)
downloadwireshark-a8a69a14f6637dd4cf7ade6b42dbe97b526dbd20.tar.gz
From Yaniv kaul:
Adds const declarations to req_resp_hdrs_do_reassembly() and re-orders some actions to occur after tests which may decide that the actions were not required. svn path=/trunk/; revision=23504
Diffstat (limited to 'epan/req_resp_hdrs.h')
-rw-r--r--epan/req_resp_hdrs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/req_resp_hdrs.h b/epan/req_resp_hdrs.h
index 17d3ee35cb..08cc795f00 100644
--- a/epan/req_resp_hdrs.h
+++ b/epan/req_resp_hdrs.h
@@ -37,7 +37,7 @@
* @return TRUE if desegmentation is complete otherwise FALSE
*/
extern gboolean
-req_resp_hdrs_do_reassembly(tvbuff_t *tvb, int offset, packet_info *pinfo,
- gboolean desegment_headers, gboolean desegment_body);
+req_resp_hdrs_do_reassembly(tvbuff_t *tvb, const int offset, packet_info *pinfo,
+ const gboolean desegment_headers, const gboolean desegment_body);
#endif