From: Ezra Peisach Date: Thu, 11 Jan 1996 13:01:13 +0000 (+0000) Subject: * profile.hin: Add profile_init_path prototype X-Git-Tag: krb5-1.0-beta6~627 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=125f7eb168f5f385badaed99152822e7e3f4d803;p=krb5.git * profile.hin: Add profile_init_path prototype git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7307 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 908c22695..98266dcb2 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +Fri Jan 5 09:04:20 1996 Ezra Peisach + + * profile.hin: Add profile_init_path prototype + Thu Dec 21 18:20:46 1995 Theodore Y. Ts'o * configure.in: Check for the stat call, since profile_update_file diff --git a/src/util/profile/profile.hin b/src/util/profile/profile.hin index eca64fbe9..80f7d37ca 100644 --- a/src/util/profile/profile.hin +++ b/src/util/profile/profile.hin @@ -15,6 +15,9 @@ typedef struct _profile_t *profile_t; extern long profile_init PROTOTYPE ((const char **filenames, profile_t *ret_profile)); +extern long profile_init_path + PROTOTYPE ((const char *filepath, profile_t *ret_profile)); + extern void profile_release PROTOTYPE ((profile_t profile));