mirror of https://github.com/cy384/ssheven.git
12 lines
188 B
C
12 lines
188 B
C
|
/*
|
||
|
* 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);
|