This repository has been archived on 2023-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
tcpaste/include/erased.h
Thorsten Schubert 64c89e9274
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build encountered an error
Bug fixes
2021-11-08 18:39:10 +01:00

9 lines
121 B
C

#pragma once
#include "conn.h"
typedef struct erase_client {
int sock;
bctx_t write;
bctx_t read;
} erase_client_t;