X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fpacket_send.h;h=b3f75baf155252116906b6dc8bd2f2ac192ad2c0;hb=c49f7330c61ba13940fadef90377ec4012145e37;hp=89f3d61563d029d9b4ba22a8cdee8f14a31f08de;hpb=fd1db6d58b83f27f508e03c33038f2fd019af214;p=silc.git diff --git a/apps/silcd/packet_send.h b/apps/silcd/packet_send.h index 89f3d615..b3f75baf 100644 --- a/apps/silcd/packet_send.h +++ b/apps/silcd/packet_send.h @@ -233,5 +233,9 @@ void silc_server_relay_packet(SilcServer server, SilcHmac hmac, SilcPacketContext *packet, int force_send); +void silc_server_send_connection_auth_request(SilcServer server, + SilcSocketConnection sock, + unsigned short conn_type, + SilcAuthMethod auth_meth); #endif