* profile.hin: Fix prototype of profile_flush() to use long rather
authorTom Yu <tlyu@mit.edu>
Tue, 9 Mar 1999 00:11:17 +0000 (00:11 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 9 Mar 1999 00:11:17 +0000 (00:11 +0000)
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
src/util/profile/profile.hin

index bd0dc6199a502e5295bf889c1f4107d7825d473d..8d50ef63b5fa6e38cb3a64ed6206fe442b61af98 100644 (file)
@@ -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
index bbc2d0b16dcb903d60b43c65bd56c9107e019ba4..f203d91467555ec473efcc716e2723dec0704b65 100644 (file)
@@ -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