X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/d9056330c99869fd61663db53ad57b50af3b64b3..476861787f6e1b8a6c6af9307a15b9e57cb979dc:/openssh/openbsd-compat/port-linux.h diff --git a/openssh/openbsd-compat/port-linux.h b/openssh/openbsd-compat/port-linux.h index ccb42df..36edd55 100644 --- a/openssh/openbsd-compat/port-linux.h +++ b/openssh/openbsd-compat/port-linux.h @@ -20,6 +20,7 @@ #define _PORT_LINUX_H #ifdef WITH_SELINUX +int ssh_selinux_enabled(void); void ssh_selinux_setup_pty(char *, const char *); void ssh_selinux_setup_exec_context(char *); #endif