aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-applet.h
diff options
context:
space:
mode:
authorguidog <guidog@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2009-01-10 13:25:32 +0000
committerguidog <guidog@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2009-01-10 13:25:32 +0000
commit3b59b5208ffc792eea1aca89efe3b72545ec1d12 (patch)
tree82d08d4e5009ee2043e8f9cb1e92c249bf1f45a8 /src/krb5-auth-applet.h
parentc6d317a94d1857eb17617d4f85874f5139c8c8bf (diff)
separate ticket renewal and interactive ticket acquisition
git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@105 517b70f8-ed25-0410-8bf6-f5db08f7b76e
Diffstat (limited to 'src/krb5-auth-applet.h')
-rw-r--r--src/krb5-auth-applet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/krb5-auth-applet.h b/src/krb5-auth-applet.h
index 062e148..77554a5 100644
--- a/src/krb5-auth-applet.h
+++ b/src/krb5-auth-applet.h
@@ -49,6 +49,7 @@ typedef struct {
NotifyNotification* notification;/* notification messages */
#endif /* HAVE_LIBNOTIFY */
char* principal; /* the principal to request */
+ gboolean renewable; /* credentials renewable? */
} Krb5AuthApplet;
Krb5AuthApplet* ka_create_applet();