--- projects/libstatgrab/src/saidar/saidar.c 2004/11/06 19:02:21 1.31 +++ projects/libstatgrab/src/saidar/saidar.c 2004/11/07 12:36:04 1.32 @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: saidar.c,v 1.31 2004/11/06 19:02:21 tdb Exp $ + * $Id: saidar.c,v 1.32 2004/11/07 12:36:04 ats Exp $ */ #ifdef HAVE_CONFIG_H @@ -386,7 +386,7 @@ void display_data(){ refresh(); } -void sig_winch_handler(){ +void sig_winch_handler(int dummy){ clear(); display_headings(); display_data();