summaryrefslogtreecommitdiff
path: root/epan/uat-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/uat-int.h')
-rw-r--r--epan/uat-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/uat-int.h b/epan/uat-int.h
index 060b3f7df7..54de33b8b3 100644
--- a/epan/uat-int.h
+++ b/epan/uat-int.h
@@ -58,6 +58,7 @@ struct _uat_t {
uat_field_t* fields;
guint ncols;
GArray* user_data;
+ gboolean changed;
uat_rep_t* rep;
uat_rep_free_cb_t free_rep;
@@ -71,6 +72,8 @@ void uat_reset(void);
void* uat_add_record(uat_t*, const void* orig_rec_ptr);
+void uat_swap(uat_t*, guint idx_a, guint idx_b);
+
void uat_remove_record_idx(uat_t*, guint rec_idx);
void uat_destroy(uat_t*);