]> git.pld-linux.org Git - packages/libsoup.git/blob - libsoup-gsize.patch
- updated to 2.1.10
[packages/libsoup.git] / libsoup-gsize.patch
1 --- libsoup-2.1.2/libsoup/soup-socket.h.wiget   2003-12-12 15:55:43.954279912 +0100
2 +++ libsoup-2.1.2/libsoup/soup-socket.h 2003-12-12 16:13:35.175339423 +0100
3 @@ -89,20 +89,20 @@
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,
14                                             gconstpointer       boundary,
15 -                                           guint               boundary_len,
16 -                                           guint              *nread,
17 +                                           gsize               boundary_len,
18 +                                           gsize              *nread,
19                                             gboolean           *got_boundary);
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.069112 seconds and 3 git commands to generate.