summaryrefslogtreecommitdiff
path: root/tools/d2c/pproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/d2c/pproc.h')
-rw-r--r--tools/d2c/pproc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/d2c/pproc.h b/tools/d2c/pproc.h
index 2a7b6c8..a2812f8 100644
--- a/tools/d2c/pproc.h
+++ b/tools/d2c/pproc.h
@@ -47,6 +47,9 @@ pre_processor *create_pre_processor(void);
/* Supprime de la mémoire un pré-processeur et ses macros. */
void delete_pre_processor(pre_processor *);
+/* Enregistre une correspondance nule en matière d'encodage. */
+void register_empty_encoding(pre_processor *);
+
/* Enregistre une correspondance en matière d'encodage. */
void register_encoding(pre_processor *, const char *, const char *);