git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
77c76eb
)
win32-ktc-set-tokens-proto-fix-20010711
author
Nathan Neulinger
<nneul@umr.edu>
Wed, 11 Jul 2001 16:58:01 +0000 (16:58 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Wed, 11 Jul 2001 16:58:01 +0000 (16:58 +0000)
declare correctly as afs_int32
src/auth/auth.p.h
patch
|
blob
|
history
diff --git
a/src/auth/auth.p.h
b/src/auth/auth.p.h
index
b7aba2b
..
96a10f2
100644
(file)
--- a/
src/auth/auth.p.h
+++ b/
src/auth/auth.p.h
@@
-29,7
+29,7
@@
extern int ktc_SetToken(
struct ktc_principal *server,
struct ktc_token *token,
struct ktc_principal *client,
- int flags
+ afs_int32 flags
);
extern int ktc_GetToken(