summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-imf.h')
-rw-r--r--epan/dissectors/packet-imf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-imf.h b/epan/dissectors/packet-imf.h
index 4acebaa5..d0c3cf56 100644
--- a/epan/dissectors/packet-imf.h
+++ b/epan/dissectors/packet-imf.h
@@ -20,6 +20,6 @@
*
* If we have found the last field (terminated by \r\n\r\n) we indicate this in last_field .
*/
-int imf_find_field_end(tvbuff_t *tvb, int offset, gint max_length, gboolean *last_field);
+int imf_find_field_end(tvbuff_t *tvb, int offset, int max_length, bool *last_field);
#endif /* __PACKET_IMF_H__ */