summaryrefslogtreecommitdiff
path: root/src/format/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/part.h')
-rw-r--r--src/format/part.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format/part.h b/src/format/part.h
index 5c1c904..32d1903 100644
--- a/src/format/part.h
+++ b/src/format/part.h
@@ -55,6 +55,9 @@ GType g_binary_part_get_type(void);
/* Crée une description de partie de code vierge. */
GBinPart *g_binary_part_new(void);
+/* Crée une description de partie de code à partir d'une autre. */
+GBinPart *g_binary_part_dump(const GBinPart *);
+
/* Crée une description de partie de code vierge à partir d'XML. */
GBinPart *g_binary_part_load_from_xml(xmlNodePtr);