summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-01-11 13:01:13 +0000
committerEzra Peisach <epeisach@mit.edu>1996-01-11 13:01:13 +0000
commit125f7eb168f5f385badaed99152822e7e3f4d803 (patch)
tree02833f31165e54ebd9677951d001d3b743f12005 /src
parent06464ee3e73fd75c670066acbb855c2319b77e4b (diff)
downloadkrb5-125f7eb168f5f385badaed99152822e7e3f4d803.tar.gz
krb5-125f7eb168f5f385badaed99152822e7e3f4d803.tar.xz
krb5-125f7eb168f5f385badaed99152822e7e3f4d803.zip
* profile.hin: Add profile_init_path prototype
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7307 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/profile.hin3
2 files changed, 7 insertions, 0 deletions
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 <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
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));