summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/ChangeLog3
-rw-r--r--src/include/k5-int.h6
2 files changed, 9 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index cccaaf38c..726922140 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,5 +1,8 @@
Fri Aug 25 17:12:37 1995 Theodore Y. Ts'o <tytso@dcl>
+ * k5-int.h: Added prototypes for encode_krb5_padata_sequence and
+ decode_krb5_padata_sequence.
+
* krb5.hin: Removed unused (and misleading) macros
KEYTYPE_IS_LOCAL, ETYPE_IS_LOCAL, CKSUMTYPE_IS_LOCAL
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 874ed517a..6fdfc0212 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -614,6 +614,9 @@ krb5_error_code encode_krb5_pwd_sequence
krb5_error_code encode_krb5_pwd_data
KRB5_PROTOTYPE((const krb5_pwd_data *rep, krb5_data **code));
+krb5_error_code encode_krb5_padata_sequence
+ KRB5_PROTOTYPE((const krb5_pa_data ** rep, krb5_data **code));
+
/*************************************************************************
* End of prototypes for krb5_encode.c
*************************************************************************/
@@ -700,6 +703,9 @@ krb5_error_code decode_krb5_pwd_sequence
krb5_error_code decode_krb5_pwd_data
KRB5_PROTOTYPE((const krb5_data *output, krb5_pwd_data **rep));
+krb5_error_code decode_krb5_padata_sequence
+ KRB5_PROTOTYPE((const krb5_data *output, krb5_pa_data ***rep));
+
/*************************************************************************
* End of prototypes for krb5_decode.c
*************************************************************************/