X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fncmpc.h;h=3f5e50317bf13b304b227aed922ef499dc9a8b02;hb=69e298b274e7f02ed335f0a68a93d71c8848457e;hp=6748c779b822f78fb8000e77637cdbe6a699cdfd;hpb=a3f209be26e588397f7b96de73fb86625c6d2bb8;p=ncmpc.git diff --git a/src/ncmpc.h b/src/ncmpc.h index 6748c77..3f5e503 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -1,7 +1,32 @@ +/* ncmpc (Ncurses MPD Client) + * (c) 2004-2009 The Music Player Daemon Project + * Project homepage: http://musicpd.org + + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ + #ifndef NCMPC_H #define NCMPC_H +#include "command.h" + void sigstop(void); +void begin_input_event(void); +void end_input_event(void); +int do_input_event(command_t cmd); + #endif /* NCMPC_H */