- Move cmake options into their own file, making it easier to
[metze/wireshark/wip.git] / color_filters.h
index 07050041a81ccc3fcd367bb30465aeb88fc2b4e3..6ee0b11c91add2b00e123f24d59bc060f4ab2a03 100644 (file)
@@ -103,7 +103,7 @@ void color_filters_prime_edt(epan_dissect_t *edt);
  * @param edt the dissected packet
  * @return the matching color filter or NULL
  */
-color_filter_t *
+const color_filter_t *
 #ifdef NEW_PACKET_LIST
 color_filters_colorize_packet(epan_dissect_t *edt);
 #else