1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00
Nicolas Viennot 4a29c99e12 update libssh
2014-10-31 00:16:18 -04:00

17 lines
272 B
C

/*
* pkd_keyutil.h --
*
* (c) 2014 Jon Simons
*/
#ifndef __PKD_UTIL_H__
#define __PKD_UTIL_H__
int system_checked(const char *cmd);
/* Is client 'X' enabled? */
int is_openssh_client_enabled(void);
int is_dropbear_client_enabled(void);
#endif /* __PKD_UTIL_H__ */