X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcargument.h;h=bb38c75fd29a1431354262e43cce51ae2508d2c2;hb=81a20cc52aceb480932652db71f9622e4a5030e1;hp=62c945fcd7be5507de4c03f405b0783efad1d719;hpb=a296f4fb0eca0f57fb61ae651333fbcecf0e3a88;p=crypto.git diff --git a/lib/silccore/silcargument.h b/lib/silccore/silcargument.h index 62c945fc..bb38c75f 100644 --- a/lib/silccore/silcargument.h +++ b/lib/silccore/silcargument.h @@ -29,6 +29,22 @@ #ifndef SILCPAYLOAD_H #define SILCPAYLOAD_H +/****s* silccore/SilcArgumentAPI/SilcArgumentPayload + * + * NAME + * + * typedef struct SilcArgumentPayloadStruct *SilcArgumentPayload; + * + * DESCRIPTION + * + * This context is the actual Argument Payload and is allocated + * by silc_argument_payload_parse and given as argument usually to + * all silc_argument_payload_* functions. It is freed by the + * silc_argument_payload_free function. + * + ***/ +typedef struct SilcArgumentPayloadStruct *SilcArgumentPayload; + /****f* silccore/SilcArgumentAPI/silc_argument_payload_parse * * SYNOPSIS