mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-15 06:05:53 -06:00
11 lines
188 B
C
11 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);
|