aboutsummaryrefslogtreecommitdiff
path: root/command.h
blob: 9bfac7f9ac00953295044b01b185148acc560d8e (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "global.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);