From 230e9775f5b61e21aa085825fbbd0232e9a360ef Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Tue, 14 Mar 2017 13:39:51 +0100 Subject: Room listing and creation --- command.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'command.h') diff --git a/command.h b/command.h index 9bfac7f..3b01f42 100644 --- a/command.h +++ b/command.h @@ -1,8 +1,9 @@ #pragma once #include "global.h" +#include "conn_data.h" // Returns true if socket should be closed. // Modifies some bytes in `line`, AS WELL AS line[linelen]! -bool handle_input_line(int fd,char *line,size_t linelen); +bool handle_input_line(struct conn_data *data,char *line,size_t linelen); -- cgit v1.2.3-54-g00ecf