Code

main: remove unnecessary "mpd!=NULL" checks
[ncmpc.git] / src / ncmpc.h
index 287443f73457a0355934f47f40eaee677242e0d8..a2f3aed4910c793075816ab29b036ac24bbccc79 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2010 The Music Player Daemon Project
+ * (c) 2004-2017 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -22,6 +22,7 @@
 
 #include "command.h"
 
+/** put the terminal in a sane mode and stop/suspend ncmpc */
 void
 sigstop(void);