diff options
author | pranomostro <pranomestro@gmail.com> | 2017-02-16 20:50:20 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2017-02-18 01:49:43 +0100 |
commit | e66d4bff86cb9e4832c98968f1751097ed57ede0 (patch) | |
tree | c6488bc2f9344b65992b5ae6ba79d8170d3bd990 /ratox.c | |
parent | 0c97a43e51d3960d9d296438701c4e37f5472f77 (diff) |
Update documentation with group-chats.
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,8 +124,8 @@ static struct file cfiles[] = { [CMEMBERS] = { .type = STATIC, .name = "members", .flags = O_WRONLY | O_TRUNC | O_CREAT }, [CINVITE] = { .type = FIFO, .name = "invite", .flags = O_RDONLY | O_NONBLOCK }, [CLEAVE] = { .type = FIFO, .name = "leave", .flags = O_RDONLY | O_NONBLOCK }, - [CTITLE_OUT] = { .type = STATIC, .name = "title_out", .flags = O_WRONLY | O_TRUNC | O_CREAT }, [CTITLE_IN] = { .type = FIFO, .name = "title_in", .flags = O_RDONLY | O_NONBLOCK }, + [CTITLE_OUT] = { .type = STATIC, .name = "title_out", .flags = O_WRONLY | O_TRUNC | O_CREAT }, [CTEXT_IN] = { .type = FIFO, .name = "text_in", .flags = O_RDONLY | O_NONBLOCK }, [CTEXT_OUT] = { .type = STATIC, .name = "text_out", .flags = O_WRONLY | O_APPEND | O_CREAT }, }; |