]> code.citadel.org Git - citadel.git/blobdiff - textclient/screen.c
the crufty code, it stings...
[citadel.git] / textclient / screen.c
index eac342f4b0352cc25b42f6500959dbf4918fde80..3e0be4d989fca84ce4e056c5d77537205c780d49 100644 (file)
@@ -208,7 +208,7 @@ static volatile int caught_sigwinch = 0;
  * scr_winch() handles window size changes from SIGWINCH
  * resizes all our windows for us
  */
-sighandler_t scr_winch(int signum) {
+void scr_winch(int signum) {
        /* if we receive this signal, we must be running
         * in a terminal that supports resizing.
         */