This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tsg-master/src/tsg_ssh_utils.h

8 lines
204 B
C
Raw Normal View History

2020-04-07 13:54:16 +08:00
#ifndef __TSG_SSH_UTILS_H__
#define __TSG_SSH_UTILS_H__
#include <string.h>
#include <MESA/MESA_handle_logger.h>
int ssh_protocol_identify(const unsigned char* buff, size_t buff_len, void* argp);
#endif