signal handlers take an int arg
authorfcusack <fcusack>
Mon, 10 Jun 2002 10:19:49 +0000 (10:19 +0000)
committerfcusack <fcusack>
Mon, 10 Jun 2002 10:19:49 +0000 (10:19 +0000)
src/modules/rlm_sql/sql.c

index aa465b6..7a22abc 100644 (file)
@@ -309,7 +309,7 @@ int sql_getvpdata(SQL_INST * inst, SQLSOCK * sqlsocket, VALUE_PAIR **pair, char
 
 static int got_alrm;
 static void
-alrm_handler(void) {
+alrm_handler(int i) {
        got_alrm = 1;
 }