summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-12-05 06:10:35 +0000
committerTheodore Tso <tytso@mit.edu>1998-12-05 06:10:35 +0000
commit23cf82bd54b637436be362b2758b48a696e89796 (patch)
tree8ca50e0a012232d0523cc078fff93bd66a129260 /src/include
parenta4ff2b768f723e42821ee8bb7ff9e7dbba87f9b5 (diff)
downloadkrb5-23cf82bd54b637436be362b2758b48a696e89796.tar.gz
krb5-23cf82bd54b637436be362b2758b48a696e89796.tar.xz
krb5-23cf82bd54b637436be362b2758b48a696e89796.zip
krb5.hin: Add KRB5_DLLIMP and KRB5_CALLCONV to the prototypes of
valid_enctype, valid_cksumtype, is_coll_proof_cksum, and is_keyed_cksum, which had previously been #defines, but since they are now functions, they needed to be exported by the DLL interface. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11075 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog8
-rw-r--r--src/include/krb5.hin8
2 files changed, 12 insertions, 4 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 80fc6c49dc..e5ddecacab 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,11 @@
+Sat Dec 5 01:08:57 1998 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * krb5.hin: Add KRB5_DLLIMP and KRB5_CALLCONV to the prototypes of
+ valid_enctype, valid_cksumtype, is_coll_proof_cksum, and
+ is_keyed_cksum, which had previously been #defines, but
+ since they are now functions, they needed to be exported
+ by the DLL interface.
+
1998-12-05 Theodore Ts'o <tytso@rsts-11.mit.edu>
* krb5.hin: Move krb4 function prototypes to krb54proto.h
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 9e5b22c909..1233671aab 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -484,13 +484,13 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
#define KRB5_KEYUSAGE_GSS_TOK_WRAP_PRIV 24
-krb5_boolean KRB5_CALLCONV valid_enctype
+KRB5_DLLIMP krb5_boolean KRB5_CALLCONV valid_enctype
KRB5_PROTOTYPE((krb5_const krb5_enctype ktype));
-krb5_boolean KRB5_CALLCONV valid_cksumtype
+KRB5_DLLIMP krb5_boolean KRB5_CALLCONV valid_cksumtype
KRB5_PROTOTYPE((krb5_const krb5_cksumtype ctype));
-krb5_boolean KRB5_CALLCONV is_coll_proof_cksum
+KRB5_DLLIMP krb5_boolean KRB5_CALLCONV is_coll_proof_cksum
KRB5_PROTOTYPE((krb5_const krb5_cksumtype ctype));
-krb5_boolean KRB5_CALLCONV is_keyed_cksum
+KRB5_DLLIMP krb5_boolean KRB5_CALLCONV is_keyed_cksum
KRB5_PROTOTYPE((krb5_const krb5_cksumtype ctype));
#ifdef KRB5_OLD_CRYPTO