summaryrefslogtreecommitdiff
path: root/src/tsg_ssh_utils.h
blob: 9ff870540a88bf757ae141814e21aac7a15cbb19 (plain)
1
2
3
4
5
6
7
#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