Delete client.h/.c
This commit is contained in:
@ -1,8 +1,15 @@
|
||||
/**
|
||||
* sesimos - secure, simple, modern web server
|
||||
* @brief TCP closer (header file)
|
||||
* @file src/worker/tcp_closer.h
|
||||
* @author Lorenz Stechauner
|
||||
* @date 2022-12-28
|
||||
*/
|
||||
|
||||
#ifndef SESIMOS_TCP_CLOSER_H
|
||||
#define SESIMOS_TCP_CLOSER_H
|
||||
|
||||
#include "../client.h"
|
||||
#include "../server.h"
|
||||
|
||||
int tcp_closer_init(int n_workers, int buf_size);
|
||||
|
||||
|
Reference in New Issue
Block a user