Add new SetTokenEx pioctl
[openafs.git] / src / auth / auth.p.h
index 6c00bc8..5d473f3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
- * 
+ *
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
@@ -28,11 +28,19 @@ int ktc_SetToken(struct ktc_principal *, struct ktc_token *,
     struct ktc_principal *, afs_int32);
 int ktc_GetToken(struct ktc_principal *, struct ktc_token *,
     int, struct ktc_principal *);
+
+struct ktc_setTokenData;
+int ktc_SetTokenEx(struct ktc_setTokenData *);
+
 int ktc_ListTokens(int, int *, struct ktc_principal *);
 int ktc_ForgetToken(struct ktc_principal *);
 int ktc_ForgetAllTokens(void);
 afs_uint32 ktc_curpag(void);
 
+#ifdef AFS_KERBEROS_ENV
+int ktc_newpag(void);
+#endif
+
 #ifdef AFS_NT40_ENV
 
 /* Flags for the flag word sent along with a token */