summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/cns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/cns/cns.h')
-rw-r--r--src/windows/cns/cns.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/windows/cns/cns.h b/src/windows/cns/cns.h
index deac2f64c1..35a50e94c1 100644
--- a/src/windows/cns/cns.h
+++ b/src/windows/cns/cns.h
@@ -153,6 +153,14 @@ time_t kwin_get_epoch(void);
static int k5_get_lrealm (char *realm);
static krb5_error_code k5_init_ccache (krb5_ccache *ccache);
static int k5_name_from_ccache (krb5_ccache k5_ccache);
+ krb5_error_code k5_change_password (
+ krb5_context context,
+ char *user,
+ char *realm,
+ char *old_password,
+ char *new_password,
+ char **text);
+
#endif
HICON kwin_get_icon(time_t expiration);