From: Jonathan Neuschäfer Date: Thu, 3 Nov 2011 22:47:28 +0000 (+0100) Subject: ncmpc.h: document sigstop X-Git-Tag: release-0.20~54 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=87e251e471b552984e544ec01b9304d2673de576;p=ncmpc.git ncmpc.h: document sigstop --- diff --git a/src/ncmpc.h b/src/ncmpc.h index 5f57611..56dee64 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -22,6 +22,7 @@ #include "command.h" +/** put the terminal in a sane mode and stop/suspend ncmpc */ void sigstop(void);