File: pkd_util.h

package info (click to toggle)
libssh 0.7.3-2%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,748 kB
  • sloc: ansic: 44,393; cpp: 389; makefile: 41; sh: 22; python: 9
file content (16 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (6)
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__ */