summaryrefslogtreecommitdiff
path: root/src/common/packed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/packed.h')
-rw-r--r--src/common/packed.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/packed.h b/src/common/packed.h
index 64d5d20..d25c947 100644
--- a/src/common/packed.h
+++ b/src/common/packed.h
@@ -49,6 +49,9 @@ typedef struct _packed_buffer
/* Initialise un paquet réseau pour une constitution. */
void init_packed_buffer(packed_buffer *);
+/* Réinitialise un paquet réseau pour une constitution. */
+void reset_packed_buffer(packed_buffer *);
+
/* Efface les données contenues par un paquet réseau. */
void exit_packed_buffer(packed_buffer *);