From aabfea1126ebbb0b0e17d517baf3fd970c3d0094 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 9 Mar 1999 00:11:17 +0000 Subject: [PATCH] * profile.hin: Fix prototype of profile_flush() to use long rather 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 --- src/util/profile/ChangeLog | 6 ++++++ src/util/profile/profile.hin | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index bd0dc6199..8d50ef63b 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,9 @@ +Mon Mar 8 19:10:06 1999 Tom Yu + + * 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 * prof_tree.c (profile_node_iterator): Fix bug where it will loop diff --git a/src/util/profile/profile.hin b/src/util/profile/profile.hin index bbc2d0b16..f203d9146 100644 --- a/src/util/profile/profile.hin +++ b/src/util/profile/profile.hin @@ -41,7 +41,7 @@ KRB5_DLLIMP long KRB5_CALLCONV profile_init 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 -- 2.26.2