aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h
diff options
context:
space:
mode:
authorAndreas Obergrusberger <tradiaz@yahoo.de>2006-08-05 20:27:03 +0000
committerAndreas Obergrusberger <tradiaz@yahoo.de>2006-08-05 20:27:03 +0000
commitdc65f5efcde822072b38909aa409d92ef17c291b (patch)
treef9bd5ad2ccb477db7a088604d52b375fd4e6c074 /src/command.h
parent08adffa6d506e99203bb7a7a62ffb540f647e408 (diff)
downloadmpd-dc65f5efcde822072b38909aa409d92ef17c291b.tar.gz
mpd-dc65f5efcde822072b38909aa409d92ef17c291b.tar.xz
mpd-dc65f5efcde822072b38909aa409d92ef17c291b.zip
interruption of lyrics loading + po blabla
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4567 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 6da0025c2..fd8c47c9a 100644
--- a/src/command.h
+++ b/src/command.h
@@ -53,6 +53,7 @@ typedef enum
CMD_SCREEN_CLOCK,
CMD_SCREEN_HELP,
CMD_SCREEN_LYRICS,
+ CMD_INTERRUPT,
CMD_QUIT
} command_t;