summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/cns.h
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-07 22:29:33 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-07 22:29:33 +0000
commit5842f721c467c16410759743659da8e784b760b1 (patch)
treeb1f0beebdaebf52d75680c154daeae48adb1cddb /src/windows/cns/cns.h
parent8ae426aca4d7f95de05ec34a9e0dfe5cc70395a3 (diff)
downloadkrb5-5842f721c467c16410759743659da8e784b760b1.tar.gz
krb5-5842f721c467c16410759743659da8e784b760b1.tar.xz
krb5-5842f721c467c16410759743659da8e784b760b1.zip
Windows cns: user can now specify the ccache file on the options dialog.
Windows telnet: accepts and remembers port number specified after the host name in the initial dialog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5344 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/cns/cns.h')
-rw-r--r--src/windows/cns/cns.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/windows/cns/cns.h b/src/windows/cns/cns.h
index 1508c09e18..deac2f64c1 100644
--- a/src/windows/cns/cns.h
+++ b/src/windows/cns/cns.h
@@ -97,7 +97,7 @@
#define IDD_LIFETIME 303
#define IDD_BEEP 304
#define IDD_ALERT 305
-
+ #define IDD_CCACHE 306
/*
* Dialog dimensions
*/
@@ -142,12 +142,17 @@
* Prototypes
*/
+static void kwin_init_name (HWND hwnd, char *fullname);
+void kwin_set_default_focus (HWND hwnd);
time_t kwin_get_epoch(void);
+
#ifdef KRB5
static krb5_error_code k5_dest_tkt (void);
static int k5_get_num_cred (int verbose);
static int k5_kname_parse (char *name, char *realm, char *fullname);
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);
#endif
HICON kwin_get_icon(time_t expiration);