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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/uat-int.h b/epan/uat-int.h
index c36a5c136e..a272c8f209 100644
--- a/epan/uat-int.h
+++ b/epan/uat-int.h
@@ -112,6 +112,12 @@ WS_DLL_PUBLIC
void uat_remove_record_idx(uat_t *uat, guint rec_idx);
/**
+ * Moves the entry from the old position to the new one
+ */
+WS_DLL_PUBLIC
+void uat_move_index(uat_t *uat, guint old_idx, guint new_idx);
+
+/**
* Removes and destroys all records from the UAT.
*/
WS_DLL_PUBLIC