From: Alexandra Ellwood Date: Wed, 13 Oct 2004 17:49:11 +0000 (+0000) Subject: Need prototypes for profile_lock_global and profile_unlock_global X-Git-Tag: krb5-1.4-beta1~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=480152f640ffaa6ff32e9d9d235566c8c0b2ae6a;p=krb5.git 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 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index bca4cd074..1417326a9 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,8 @@ +2004-10-13 Alexandra Ellwood + + * prof_int.h Added prototypes for profile_lock_global() + and profile_unlock_global(). + 2004-10-12 Ken Raeburn * 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 e07b0c1e3..1fbe37239 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 *);