summaryrefslogtreecommitdiff
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 dfab1126af..a5a08df86c 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -228,7 +228,7 @@ epan_dissect_free(epan_dissect_t* edt);
/** Sets custom column */
const gchar *
-epan_custom_set(epan_dissect_t *edt, int id, gint occurrence,
+epan_custom_set(epan_dissect_t *edt, GSList *ids, gint occurrence,
gchar *result, gchar *expr, const int size);
/**