X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fsilcapi.h;h=b84c729b533a7d98bb3d9ea69eda3176294027d9;hb=af7267cc1671b856d4de21228f1a890a9d131e8f;hp=06704abdaa0f114b47e8440d62e2c49066b8b754;hpb=89329650d986e09749d9c6a039797aaccfb30f27;p=silc.git diff --git a/lib/silcclient/silcapi.h b/lib/silcclient/silcapi.h index 06704abd..b84c729b 100644 --- a/lib/silcclient/silcapi.h +++ b/lib/silcclient/silcapi.h @@ -59,7 +59,7 @@ * * NAME * - * SilcKeyAgreementStatus + * typedef enum { ... } SilcKeyAgreementStatus; * * DESCRIPTION * @@ -110,7 +110,7 @@ typedef void (*SilcKeyAgreementCallback)(SilcClient client, * * NAME * - * SilcPrivateMessageKeys + * typedef struct { ... } SilcPrivateMessageKeys; * * DESCRIPTION * @@ -170,7 +170,7 @@ typedef void (*SilcVerifyPublicKey)(bool success, void *context); * * NAME * - * SilcClientOperations + * typedef struct { ... } SilcClientOperations; * * DESCRIPTION * @@ -311,10 +311,10 @@ typedef struct { * * DESCRIPTION * - * Allocates new client object. This has to be done before client may - * work. After calling this one must call silc_client_init to initialize - * the client. The `application' is application specific user data pointer - * and caller must free it. + * Allocates new client object. This has to be done before client may + * work. After calling this one must call silc_client_init to initialize + * the client. The `application' is application specific user data pointer + * and caller must free it. * ***/ SilcClient silc_client_alloc(SilcClientOperations *ops, void *application);