]> git.pld-linux.org Git - packages/libsoup3.git/blame - libsoup-gsize.patch
- merged from DEVEL
[packages/libsoup3.git] / libsoup-gsize.patch
CommitLineData
6a449871 1--- libsoup-2.1.2/libsoup/soup-socket.h.wiget 2003-12-12 15:55:43.954279912 +0100
a234f064
AF
2+++ libsoup-2.1.2/libsoup/soup-socket.h 2003-12-12 16:13:35.175339423 +0100
3@@ -89,20 +89,20 @@
6a449871
AF
4
5 SoupSocketIOStatus soup_socket_read (SoupSocket *sock,
6 gpointer buffer,
7- guint len,
8- guint *nread);
9+ gsize len,
10+ gsize *nread);
11 SoupSocketIOStatus soup_socket_read_until (SoupSocket *sock,
12 gpointer buffer,
13 guint len,
a234f064
AF
14 gconstpointer boundary,
15- guint boundary_len,
16- guint *nread,
17+ gsize boundary_len,
18+ gsize *nread,
19 gboolean *got_boundary);
6a449871
AF
20
21 SoupSocketIOStatus soup_socket_write (SoupSocket *sock,
22 gconstpointer buffer,
23- guint len,
24- guint *nwrote);
25+ gsize len,
26+ gsize *nwrote);
27
28
29 #endif /* SOUP_SOCKET_H */
This page took 0.124504 seconds and 4 git commands to generate.