than errcode_t to avoid breaking other stuff that includes
profile.h.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11246
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Mar 8 19:10:06 1999 Tom Yu <tlyu@mit.edu>
+
+ * profile.hin: Fix prototype of profile_flush() to use long rather
+ than errcode_t to avoid breaking other stuff that includes
+ profile.h.
+
Mon Mar 8 14:38:24 1999 Theodore Y. Ts'o <tytso@mit.edu>
* prof_tree.c (profile_node_iterator): Fix bug where it will loop
KRB5_DLLIMP long KRB5_CALLCONV profile_init_path
PROTOTYPE ((const char *filepath, profile_t *ret_profile));
-KRB5_DLLIMP errcode_t KRB5_CALLCONV profile_flush
+KRB5_DLLIMP long KRB5_CALLCONV profile_flush
PROTOTYPE ((profile_t profile));
KRB5_DLLIMP void KRB5_CALLCONV profile_release