summaryrefslogtreecommitdiff
path: root/src/format/strsym.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/strsym.h')
-rw-r--r--src/format/strsym.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format/strsym.h b/src/format/strsym.h
index b3c7a44..eef5e9b 100644
--- a/src/format/strsym.h
+++ b/src/format/strsym.h
@@ -69,6 +69,9 @@ GType g_string_symbol_get_type(void);
/* Crée un nouveau symbole pour chaîne de caractères. */
GBinSymbol *g_string_symbol_new_read_only(GBinFormat *, const mrange_t *, StringEncodingType);
+/* Crée un nouveau symbole pour chaîne de caractères. */
+GBinSymbol *g_string_symbol_new_dynamic(const char *, const vmpa2t *, StringEncodingType);
+
/* Fournit l'encodage d'une chaîne de caractères. */
StringEncodingType g_string_symbol_get_encoding(const GStrSymbol *);