[Xfce4-commits] <midori:master> Declare fd_recv early at the top of socket.c
Christian Dywan
noreply at xfce.org
Tue Dec 22 00:20:01 CET 2009
Updating branch refs/heads/master
to 613979a57906693099948f61c7ee295680a410df (commit)
from d0e72f5d33e21a584c3708e31e61df29d5d68bda (commit)
commit 613979a57906693099948f61c7ee295680a410df
Author: Alexander Butenko <a.butenka at gmail.com>
Date: Mon Dec 21 23:22:04 2009 +0100
Declare fd_recv early at the top of socket.c
midori/socket.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/midori/socket.c b/midori/socket.c
index a572993..2971834 100644
--- a/midori/socket.c
+++ b/midori/socket.c
@@ -142,6 +142,11 @@ GSourceFuncs sock_watch_funcs = {
NULL
};
+gint fd_recv (gint fd,
+ gchar *buf,
+ gint len,
+ gint flags);
+
#ifdef G_OS_WIN32
static SockInfo *sock_find_from_fd (gint fd);
#endif
More information about the Xfce4-commits
mailing list