summaryrefslogtreecommitdiffstats
path: root/src/util/profile
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2004-10-13 17:49:11 +0000
committerAlexandra Ellwood <lxs@mit.edu>2004-10-13 17:49:11 +0000
commit480152f640ffaa6ff32e9d9d235566c8c0b2ae6a (patch)
treee3c9e5cbe00e840804f174e10993e8016355a93f /src/util/profile
parent267e52dc0b7a040f552eb84f302a08059061078b (diff)
downloadkrb5-480152f640ffaa6ff32e9d9d235566c8c0b2ae6a.tar.gz
krb5-480152f640ffaa6ff32e9d9d235566c8c0b2ae6a.tar.xz
krb5-480152f640ffaa6ff32e9d9d235566c8c0b2ae6a.zip
Need prototypes for profile_lock_global and profile_unlock_global
ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16817 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
-rw-r--r--src/util/profile/ChangeLog5
-rw-r--r--src/util/profile/prof_int.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index bca4cd0740..1417326a96 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-13 Alexandra Ellwood <lxs@mit.edu>
+
+ * prof_int.h Added prototypes for profile_lock_global()
+ and profile_unlock_global().
+
2004-10-12 Ken Raeburn <raeburn@mit.edu>
* prof_init.c (profile_init): Don't add error table here.
diff --git a/src/util/profile/prof_int.h b/src/util/profile/prof_int.h
index e07b0c1e3b..1fbe372397 100644
--- a/src/util/profile/prof_int.h
+++ b/src/util/profile/prof_int.h
@@ -201,6 +201,9 @@ errcode_t profile_close_file
void profile_dereference_data (prf_data_t);
void profile_dereference_data_locked (prf_data_t);
+int profile_lock_global();
+int profile_unlock_global();
+
/* prof_init.c -- included from profile.h */
errcode_t profile_ser_size
(const char *, profile_t, size_t *);