+FsRtlLegalAnsiCharacterArray
[captive.git] / src / libcaptive / include / captive / unicode.h
index 6f26404..412d344 100644 (file)
@@ -87,6 +87,9 @@ PUNICODE_STRING captive_utf8_to_UnicodeString_malloc(const gchar *string_utf8);
  */
 const gunichar2 *captive_ucs4_to_utf16_const(const gunichar *string_ucs4) G_GNUC_CONST;
 
+/* internal: */
+void captive_FsRtlLegalAnsiCharacterArray_init(void);
+
 G_END_DECLS