summaryrefslogtreecommitdiff
path: root/src/analysis/types/cse-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/types/cse-int.h')
-rw-r--r--src/analysis/types/cse-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/analysis/types/cse-int.h b/src/analysis/types/cse-int.h
index 2599329..9ee020f 100644
--- a/src/analysis/types/cse-int.h
+++ b/src/analysis/types/cse-int.h
@@ -51,6 +51,9 @@ struct _GClassEnumTypeClass
/* Décrit le type fourni sous forme de caractères. */
char *g_class_enum_type_to_string(const GClassEnumType *);
+/* Procède à l'impression de la description d'un type. */
+void g_class_enum_type_output(const GClassEnumType *, GLangOutput *, GBufferLine *, bool, bool);
+
#endif /* _ANALYSIS_TYPES_CSE_INT_H */