ssheven/ssheven-net.h

12 lines
188 B
C
Raw Permalink Normal View History

2021-01-09 22:22:40 +00:00
/*
* ssheven
*
* Copyright (c) 2021 by cy384 <cy384@cy384.com>
* See LICENSE file for details
*/
#pragma once
void ssh_write(char* buf, size_t len);
void* read_thread(void* arg);