summaryrefslogtreecommitdiffstats
path: root/libssh/tests/pkd/pkd_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/tests/pkd/pkd_util.h')
-rw-r--r--libssh/tests/pkd/pkd_util.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/libssh/tests/pkd/pkd_util.h b/libssh/tests/pkd/pkd_util.h
new file mode 100644
index 00000000..aedbbe9f
--- /dev/null
+++ b/libssh/tests/pkd/pkd_util.h
@@ -0,0 +1,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__ */