X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/fd2d830ad82595c97afd2c453788c9ccc5fa2182..HEAD:/platform.h diff --git a/platform.h b/platform.h index 2d48c8ca..e603ba9a 100644 --- a/platform.h +++ b/platform.h @@ -22,3 +22,7 @@ void platform_pre_listen(void); void platform_pre_fork(void); void platform_post_fork_parent(pid_t child_pid); void platform_post_fork_child(void); +char *platform_get_krb5_client(const char *); +char *platform_krb5_get_principal_name(const char *); + +