tStaticise fiforeset() - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ba8a0e6bcee95326f4b6f77a29fd6f77f3b79e36
 (DIR) parent 6bd7e0bac44270e3a85df3d15f5b6948d0985c58
 (HTM) Author: sin <sin@2f30.org>
       Date:   Mon, 29 Sep 2014 21:12:03 +0100
       
       Staticise fiforeset()
       
       Diffstat:
         M ratox.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/ratox.c b/ratox.c
       t@@ -242,7 +242,7 @@ printout(const char *fmt, ...)
                va_end(ap);
        }
        
       -void
       +static void
        fiforeset(int dirfd, int *fd, struct file f)
        {
                ssize_t r;