ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 4dbfc0f31e9fdf645e94d4639c64a2dfbae24f59
parent 4f2504f2bdce7432af3d154a5209002ed34c145e
Author: pranomostro <pranomestro@gmail.com>
Date:   Fri, 13 Jan 2017 12:47:51 +0100

Remove FOLDER in enum.

Diffstat:
Mratox.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ratox.c b/ratox.c @@ -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[] = {