Need prototypes for profile_lock_global and profile_unlock_global
authorAlexandra Ellwood <lxs@mit.edu>
Wed, 13 Oct 2004 17:49:11 +0000 (17:49 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Wed, 13 Oct 2004 17:49:11 +0000 (17:49 +0000)
ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16817 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/prof_int.h

index bca4cd0740d99f2059d5f4d9e5b61cea335611df..1417326a96c668dff5e99e93f273a1289d6290d6 100644 (file)
@@ -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.
index e07b0c1e3bcc3b9e197cc7cf3c6f3a992b9b362e..1fbe372397323d5319d510febc9771f4e2c47062 100644 (file)
@@ -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 *);