#ifndef __TSG_SSH_UTILS_H__ #define __TSG_SSH_UTILS_H__ #include #include int ssh_protocol_identify(const unsigned char* buff, size_t buff_len, void* argp); #endif