Added new channel name stringprep profile to protocol and impl.
[silc.git] / lib / silcutil / silcstringprep.h
index b1759666d5df43611138d4782e096cf90aed11a7..21bc331b48f21d125385a53fc1252b85c7b52f83 100644 (file)
@@ -82,6 +82,7 @@ typedef enum {
 /* Profiles */
 #define SILC_IDENTIFIER_PREP "silc-identifier-prep"
 #define SILC_IDENTIFIERC_PREP "silc-identifierc-prep"
+#define SILC_IDENTIFIER_CH_PREP "silc-identifier-ch-prep"
 #define SILC_CASEFOLD_PREP "silc-casefold-prep"
 
 /****f* silcutil/SilcStringprep/silc_stringprep
@@ -121,6 +122,7 @@ typedef enum {
  *    Available profile names:
  *
  *      SILC_IDENTIFIER_PREP            Prepares SILC identifier strings
+ *      SILC_IDENTIFIER_CH_PREP         Prepares SILC channel name strings
  *      SILC_IDENTIFIERC_PREP           Casefolds identifier strings
  *      SILC_CASEFOLD_PREP              Casefolding and normalizing
  *