aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.h
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-03-27 15:39:26 +0100
committerGuido Günther <agx@sigxcpu.org>2009-03-27 15:39:26 +0100
commit89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7 (patch)
tree0e48a8511c80cb4bf3f1aec55d81c335965d99fb /src/krb5-auth-dialog.h
parentImported Upstream version 0.8+svn128 (diff)
downloadkrb5-auth-dialog-89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7.tar.gz
krb5-auth-dialog-89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7.tar.bz2
krb5-auth-dialog-89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7.zip
Imported Upstream version 0.8+svn136
Diffstat (limited to 'src/krb5-auth-dialog.h')
-rw-r--r--src/krb5-auth-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/krb5-auth-dialog.h b/src/krb5-auth-dialog.h
index 1ecc93d..3e1219d 100644
--- a/src/krb5-auth-dialog.h
+++ b/src/krb5-auth-dialog.h
@@ -26,5 +26,6 @@
void ka_destroy_cache (GtkMenuItem *menuitem, gpointer user_data);
gboolean ka_grab_credentials(KaApplet* applet);
gboolean ka_check_credentials (KaApplet *applet, const char* principal);
+int ka_tgt_valid_seconds(void);
#endif
bgstack15