URI: 
       st: use `void' to indicate an empty parameter list - st - simple terminal
  HTML git clone https://git.parazyd.org/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 72fd32736a612edec43596c14148322122a5544d
   DIR parent baa9357e96d2478baa52a3301e70ac80a229b726
  HTML Author: Tom Schwindl <schwindl@posteo.de>
       Date:   Thu, 18 Aug 2022 14:55:19 +0000
       
       st: use `void' to indicate an empty parameter list
       
       Diffstat:
         M st.c                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/st.c b/st.c
       @@ -939,7 +939,7 @@ ttyresize(int tw, int th)
        }
        
        void
       -ttyhangup()
       +ttyhangup(void)
        {
                /* Send SIGHUP to shell */
                kill(pid, SIGHUP);