summaryrefslogtreecommitdiff
path: root/src/glibext/glinecursor.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/glibext/glinecursor.h
parent1865cce4d51b9c7a6fb718f4e2c034a57365ad1b (diff)
Improve the code quality by renaming the type for packed buffers.
Diffstat (limited to 'src/glibext/glinecursor.h')
-rw-r--r--src/glibext/glinecursor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glibext/glinecursor.h b/src/glibext/glinecursor.h
index 18cb56a..5c35c52 100644
--- a/src/glibext/glinecursor.h
+++ b/src/glibext/glinecursor.h
@@ -82,10 +82,10 @@ void g_line_cursor_show_status(const GLineCursor *, GtkStatusStack *, GLoadedCon
/* Exporte la définition d'un emplacement dans un flux réseau. */
-bool g_line_cursor_serialize(const GLineCursor *, packed_buffer *);
+bool g_line_cursor_serialize(const GLineCursor *, packed_buffer_t *);
/* Importe la définition d'un emplacement depuis un flux réseau. */
-bool g_line_cursor_unserialize(GLineCursor *, packed_buffer *);
+bool g_line_cursor_unserialize(GLineCursor *, packed_buffer_t *);