URI: 
       tRemove FOLDER in enum. - ratox - FIFO based tox client
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 4dbfc0f31e9fdf645e94d4639c64a2dfbae24f59
   DIR parent 4f2504f2bdce7432af3d154a5209002ed34c145e
  HTML Author: pranomostro <pranomestro@gmail.com>
       Date:   Fri, 13 Jan 2017 12:47:51 +0100
       
       Remove FOLDER in enum.
       
       Diffstat:
         M ratox.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/ratox.c b/ratox.c
       t@@ -64,7 +64,7 @@ struct file {
                int         flags;
        };
        
       -enum { NONE, FIFO, STATIC, FOLDER };
       +enum { NONE, FIFO, STATIC };
        enum { IN, OUT, ERR };
        
        static struct file gfiles[] = {