aboutsummaryrefslogtreecommitdiff
path: root/src/Queue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Queue.hxx')
-rw-r--r--src/Queue.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Queue.hxx b/src/Queue.hxx
index f52dd333..0652c711 100644
--- a/src/Queue.hxx
+++ b/src/Queue.hxx
@@ -299,6 +299,12 @@ struct queue {
}
/**
+ * Shuffle the order of items in the specified range, ignoring
+ * their priorities.
+ */
+ void ShuffleOrderRange(unsigned start, unsigned end);
+
+ /**
* Shuffle the order of items in the specified range, taking their
* priorities into account.
*/