From: Russ Allbery Date: Sat, 28 Jun 2008 05:05:53 +0000 (-0700) Subject: Expose prototypes for the ktc_* functions X-Git-Tag: debian/1.4.7.dfsg1-3~19^2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b18bf565f304c0208714d8b8a357598556a80a9d;p=packages%2Fo%2Fopenafs.git Expose prototypes for the ktc_* functions Apply quilt patch ktc-prototypes: Expose prototypes for the ktc_* functions on platforms other than Windows. Fixed upstream in a different way, but only on the 1.5 branch. Closes: #449432 --- diff --git a/src/auth/auth.p.h b/src/auth/auth.p.h index 0a9d93257..d59755c9e 100644 --- a/src/auth/auth.p.h +++ b/src/auth/auth.p.h @@ -24,7 +24,6 @@ struct ktc_token { 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); @@ -38,6 +37,8 @@ extern int ktc_ForgetToken(struct ktc_principal *server); 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 */