aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1999-03-09 00:11:17 +0000
committerTom Yu <tlyu@mit.edu>1999-03-09 00:11:17 +0000
commitaabfea1126ebbb0b0e17d517baf3fd970c3d0094 (patch)
tree3eb766859077ccb7d04d091e25a0957149723733 /src/util/profile
parentdd6376bbd15a0d124003d1b1f0ac51410704b445 (diff)
downloadkrb5-aabfea1126ebbb0b0e17d517baf3fd970c3d0094.zip
krb5-aabfea1126ebbb0b0e17d517baf3fd970c3d0094.tar.gz
krb5-aabfea1126ebbb0b0e17d517baf3fd970c3d0094.tar.bz2
* 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
Diffstat (limited to 'src/util/profile')
-rw-r--r--src/util/profile/ChangeLog6
-rw-r--r--src/util/profile/profile.hin2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index bd0dc61..8d50ef6 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,9 @@
+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
diff --git a/src/util/profile/profile.hin b/src/util/profile/profile.hin
index bbc2d0b..f203d91 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