Add missing prototype ....

svn path=/trunk/; revision=29555
This commit is contained in:
Bill Meier 2009-08-26 02:06:39 +00:00
parent 8e1021f0c2
commit bd5202c051
1 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,9 @@ extern void col_add_fstr(column_info *cinfo, gint col, const gchar *format, ...)
void col_custom_set_fstr(header_field_info *hfinfo, const gchar *format, ...)
GNUC_FORMAT_CHECK(printf, 2, 3);
/* For internal Wireshark use only. Not to be called from dissectors. */
void col_custom_set_edt(epan_dissect_t *edt, column_info *cinfo);
/* For internal Wireshark use only. Not to be called from dissectors. */
void col_custom_prime_edt(epan_dissect_t *edt, column_info *cinfo);