From Harald Welte:
[obnox/wireshark/wip.git] / epan / req_resp_hdrs.h
index 841fbc390c7170e44090acaba56ccce65737aa62..08cc795f002288c29f9bbb227c7a8cbf36e3bdd2 100644 (file)
@@ -4,8 +4,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -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