diff options
Diffstat (limited to 'src/Queue.hxx')
-rw-r--r-- | src/Queue.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Queue.hxx b/src/Queue.hxx index f52dd3335..0652c711f 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. */ |