X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fsilcclient.h;h=5e6c0d42f822bf861a193f5d64dbc9c342ae4e37;hb=51558729d89b9f3492b2ca754242ed548a579ca4;hp=1edc5e90a12c98db512d5caf4524bb0dac9857c5;hpb=1c3ae0efc13419718213114e140c3d83b4608c1e;p=runtime.git diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index 1edc5e90..5e6c0d42 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -1083,11 +1083,11 @@ silc_client_connect_to_client(SilcClient client, * stream_create_cb, app); * * // Stream callback delivers our new SilcStream context - * void stream_create_cb(SilcSocketStreamStatus status, SilcStream stream, + * void stream_create_cb(SilcResult status, SilcStream stream, * void *context) * { * ... - * if (status != SILC_SOCKET_OK) + * if (status != SILC_OK) * error(status); * * // Start key exchange