summaryrefslogtreecommitdiff
path: root/epan/uat-int.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-04 05:19:02 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-04 05:19:02 +0000
commitfbc8912b871570db26c0bded27b73715016e7088 (patch)
tree0bbf757971d9e67cec739b1f30fb96bef8f270be /epan/uat-int.h
parent96f517647a8f8b22c66eacf6e3d8bea9d8b8c68f (diff)
downloadwireshark-fbc8912b871570db26c0bded27b73715016e7088.tar.gz
Move (Up/Down) & Save buttons
svn path=/trunk/; revision=20708
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*);