summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-09-06 09:39:02 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-09-06 09:39:02 +0000
commit4e29225625d62397bce98e56a0c131e293adcff1 (patch)
treee89d407ca05844cd99a0c7c3b0e97fc247b11036 /src/include
parenta9844d1ae10f17e0d822647c7a21c04088e17f2a (diff)
downloadkrb5-4e29225625d62397bce98e56a0c131e293adcff1.tar.gz
krb5-4e29225625d62397bce98e56a0c131e293adcff1.tar.xz
krb5-4e29225625d62397bce98e56a0c131e293adcff1.zip
add ivec pointers for mk,rd priv
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1091 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h
index 7bd37b1dd..370b29d57 100644
--- a/src/include/krb5/func-proto.h
+++ b/src/include/krb5/func-proto.h
@@ -165,12 +165,14 @@ krb5_error_code krb5_mk_priv
const krb5_keyblock *,
const krb5_fulladdr *,
const krb5_fulladdr *,
+ krb5_pointer,
krb5_data * ));
krb5_error_code krb5_rd_priv
PROTOTYPE((const krb5_data *,
const krb5_keyblock *,
const krb5_fulladdr *,
const krb5_fulladdr *,
+ krb5_pointer,
krb5_data * ));
krb5_error_code krb5_parse_name
PROTOTYPE((const char *,