summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-08-05 19:35:12 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-08-05 19:59:45 +0200
commit19de6173d00a69d49c9b3a7b9818b7b0383ad5b5 (patch)
treedd78f77c8d95e718839ed5b0898fc482808d1efa /src/command.h
parent2426343c12b9fd10c80a059b147d3eca5373a974 (diff)
Added command queue-unshift.
New command allows to push new uri to the beginning of read it later list.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 3e7672a..50e5ab0 100644
--- a/src/command.h
+++ b/src/command.h
@@ -47,6 +47,7 @@ enum {
#ifdef FEATURE_QUEUE
enum {
COMMAND_QUEUE_PUSH,
+ COMMAND_QUEUE_UNSHIFT,
COMMAND_QUEUE_POP,
COMMAND_QUEUE_CLEAR
};