summaryrefslogtreecommitdiff
path: root/src/glibext/gbinarycursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/gbinarycursor.c')
-rw-r--r--src/glibext/gbinarycursor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/glibext/gbinarycursor.c b/src/glibext/gbinarycursor.c
index 11ecddc..5308fdf 100644
--- a/src/glibext/gbinarycursor.c
+++ b/src/glibext/gbinarycursor.c
@@ -85,10 +85,10 @@ static void g_binary_cursor_show_status(const GBinaryCursor *, GtkStatusStack *,
/* Exporte la définition d'un emplacement dans un flux réseau. */
-static bool g_binary_cursor_serialize(const GBinaryCursor *, packed_buffer *);
+static bool g_binary_cursor_serialize(const GBinaryCursor *, packed_buffer_t *);
/* Importe la définition d'un emplacement depuis un flux réseau. */
-static bool g_binary_cursor_unserialize(GBinaryCursor *, packed_buffer *);
+static bool g_binary_cursor_unserialize(GBinaryCursor *, packed_buffer_t *);
@@ -496,7 +496,7 @@ void g_binary_cursor_retrieve(const GBinaryCursor *cursor, vmpa2t *addr)
* *
******************************************************************************/
-static bool g_binary_cursor_serialize(const GBinaryCursor *cursor, packed_buffer *pbuf)
+static bool g_binary_cursor_serialize(const GBinaryCursor *cursor, packed_buffer_t *pbuf)
{
bool result; /* Bilan à retourner */
@@ -520,7 +520,7 @@ static bool g_binary_cursor_serialize(const GBinaryCursor *cursor, packed_buffer
* *
******************************************************************************/
-static bool g_binary_cursor_unserialize(GBinaryCursor *cursor, packed_buffer *pbuf)
+static bool g_binary_cursor_unserialize(GBinaryCursor *cursor, packed_buffer_t *pbuf)
{
bool result; /* Bilan à retourner */