summaryrefslogtreecommitdiff
path: root/src/common/packed.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-06-01 22:32:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-06-01 22:32:50 (GMT)
commit9eab0a0903303d3c93872e7e4b6b1cb774b69b03 (patch)
treeae8594cae830118ca3a92ee60242490e58c14a9e /src/common/packed.h
parent1865cce4d51b9c7a6fb718f4e2c034a57365ad1b (diff)
Improve the code quality by renaming the type for packed buffers.
Diffstat (limited to 'src/common/packed.h')
-rw-r--r--src/common/packed.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/packed.h b/src/common/packed.h
index 8158bb4..a9a15cb 100644
--- a/src/common/packed.h
+++ b/src/common/packed.h
@@ -47,9 +47,6 @@ typedef struct _packed_buffer_t
} packed_buffer_t;
-typedef struct _packed_buffer_t packed_buffer; /* REMME */
-
-
/* Initialise un paquet réseau pour une constitution. */
void init_packed_buffer(packed_buffer_t *);