X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=blobdiff_plain;f=lib%2Fevent.h;h=befbd0de2ce1c8dae14c7d50b9fd4ae96b8806b0;hp=e0425998fbdb5d9d917e2758ec084cb782e05be3;hb=c562df4b073a288862dd3c4ceaba7d6439f33b45;hpb=6e6672cffd42def79813dbf7f1588d2ce219ca79 diff --git a/lib/event.h b/lib/event.h index e042599..befbd0d 100644 --- a/lib/event.h +++ b/lib/event.h @@ -2,7 +2,7 @@ See the file COPYING for licensing information. */ void event_on_disconnect (struct rs_connection *conn); -void event_on_connect (struct rs_connection *conn, struct rs_packet *pkt); +int event_on_connect (struct rs_connection *conn, struct rs_packet *pkt); int event_loopbreak (struct rs_connection *conn); int event_init_eventbase (struct rs_connection *conn); int event_init_socket (struct rs_connection *conn, struct rs_peer *p);