aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/epan.h b/epan/epan.h
index 759d0fbd6f..82391b146d 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -123,7 +123,7 @@ epan_dissect_free(epan_dissect_t* edt);
/* Sets custom column */
const gchar *
-epan_custom_set(epan_dissect_t *edt, const gchar *field,
+epan_custom_set(epan_dissect_t *edt, int id,
gchar *result, gchar *expr, int size );
#endif /* EPAN_H */