* profile.hin: Add profile_init_path prototype
authorEzra Peisach <epeisach@mit.edu>
Thu, 11 Jan 1996 13:01:13 +0000 (13:01 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 11 Jan 1996 13:01:13 +0000 (13:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7307 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/profile.hin

index 908c22695a04f2c81d65e8ee2307359638c91ea3..98266dcb2e6258f330673d356fe5df95b2abb1e2 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jan  5 09:04:20 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * profile.hin: Add profile_init_path prototype
+
 Thu Dec 21 18:20:46 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * configure.in: Check for the stat call, since profile_update_file
index eca64fbe9561c0e052a99950badf2d4974db017c..80f7d37ca5751c52f8df23f57ce1c80972f3b2cd 100644 (file)
@@ -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));