X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilc%2Fclient_ops.c;h=985be666d654b7a2dd5b90225b7f254cb4d00aa8;hb=4559604b1e55af1f277b2420be645583450bb6e0;hp=3e01051c32fbafb461bbc35c01bf0ee417bb1e3e;hpb=4ef701725a4bcc06d5ef2db2d6a532d43ab9f832;p=silc.git diff --git a/apps/silc/client_ops.c b/apps/silc/client_ops.c index 3e01051c..985be666 100644 --- a/apps/silc/client_ops.c +++ b/apps/silc/client_ops.c @@ -1232,17 +1232,17 @@ int silc_key_agreement(SilcClient client, SilcClientConnection conn, /* SILC client operations */ SilcClientOperations ops = { - say: silc_say, - channel_message: silc_channel_message, - private_message: silc_private_message, - notify: silc_notify, - command: silc_command, - command_reply: silc_command_reply, - connect: silc_connect, - disconnect: silc_disconnect, - get_auth_method: silc_get_auth_method, - verify_public_key: silc_verify_public_key, - ask_passphrase: silc_ask_passphrase, - failure: silc_failure, - key_agreement: silc_key_agreement, + silc_say, + silc_channel_message, + silc_private_message, + silc_notify, + silc_command, + silc_command_reply, + silc_connect, + silc_disconnect, + silc_get_auth_method, + silc_verify_public_key, + silc_ask_passphrase, + silc_failure, + silc_key_agreement, };