SKE: support for simplified key exchange
[silc.git] / lib / silcske / silcske_groups.h
index 09c837c656fd03fb2d55cf6f9fecde703861060a..e492531230a45cf778d6a9f2b0ca7c2669f27c7b 100644 (file)
@@ -102,16 +102,17 @@ void silc_ske_group_free(SilcSKEDiffieHellmanGroup group);
  *
  * SYNOPSIS
  *
- *    char *silc_ske_get_supported_groups();
+ *    char *silc_ske_get_supported_groups(SilcUInt32 limit);
  *
  * DESCRIPTION
  *
  *    Returns a comma separated list of support Diffie Hellman groups.
  *    This can be used to get the list of supported groups for SKE
- *    packets.
+ *    packets.  The `limit' specifies the maximum number of groups
+ *    to return.
  *
  ***/
-char *silc_ske_get_supported_groups();
+char *silc_ske_get_supported_groups(SilcUInt32 limit);
 
 /****f* silcske/SilcSKEGroups/silc_ske_group_get_number
  *