LICENSE IPL10
Expose the ktc_* prototypes on non-Windows systems. This is a partial
backport of ktc-cleanup-
20070208 from HEAD containing only the move
of the #ifdef. (Debian Bug#449432)
char ticket[MAXKTCTICKETLEN];
};
-#ifdef AFS_NT40_ENV
extern int ktc_SetToken(struct ktc_principal *server, struct ktc_token *token,
struct ktc_principal *client, afs_int32 flags);
extern int ktc_ForgetAllTokens(void);
+#ifdef AFS_NT40_ENV
+
/* Flags for the flag word sent along with a token */
#define PIOCTL_LOGON 0x1 /* invoked from integrated logon */