git-svn-id: svn://anonsvn.mit.edu/krb5/branches/raeburn-gssapi-cfx@15848
dc483132-0cff-0310-8789-
dd5450dbe970
2003-10-30 Ken Raeburn <raeburn@mit.edu>
+ * k5-int.h (krb5int_c_mandatory_cksumtype): New declaration.
+
* k5-platform.h (load_64_be, load_64_le): Use UINT64_TYPE, not
unsigned long long.
extern krb5_error_code krb5int_translate_gai_error (int);
+/* Not sure it's ready for exposure just yet. */
+extern krb5_error_code
+krb5int_c_mandatory_cksumtype (krb5_context, krb5_enctype, krb5_cksumtype *);
+
#endif /* _KRB5_INT_H */