aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index f00a5d0f8..94e20323d 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -418,6 +418,15 @@ GNUNET_GNSRECORD_is_expired (const struct GNUNET_GNSRECORD_Data *rd);
418 418
419 419
420/** 420/**
421 * Normalize a UTF-8 string to UTF-8 NFC
422 * @param src source string
423 * @return converted result
424 */
425char *
426GNUNET_GNSRECORD_string_normalize (const char *src);
427
428
429/**
421 * Convert a UTF-8 string to UTF-8 lowercase 430 * Convert a UTF-8 string to UTF-8 lowercase
422 * @param src source string 431 * @param src source string
423 * @return converted result 432 * @return converted result