]> spindle.queued.net Git - midori/commitdiff
Declare fd_recv early at the top of socket.c
authorAlexander Butenko <a.butenka@gmail.com>
Mon, 21 Dec 2009 22:22:04 +0000 (23:22 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 21 Dec 2009 22:22:04 +0000 (23:22 +0100)
midori/socket.c

index a5729935a8a4ca8ef6529fb479aed51b2736805b..2971834cb4fab3f29ee5e52f6b4571c589d49581 100644 (file)
@@ -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