summaryrefslogtreecommitdiffstats
path: root/tests/pkd/pkd_util.h
blob: aedbbe9f5296100965ce5fd20f63ae1beb7d107c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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__ */