* profile.hin (profile_iterator_create): Declaration updated.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15953
dc483132-0cff-0310-8789-
dd5450dbe970
+2003-12-19 Ken Raeburn <raeburn@mit.edu>
+
+ * prof_get.c (profile_iterator_create): NAMES argument points to
+ const pointers.
+ * profile.hin (profile_iterator_create): Declaration updated.
+
2003-12-14 Jeffrey Altman <jaltman@mit.edu>
* all files: move prof-int.h to be the first include file
errcode_t KRB5_CALLCONV
profile_iterator_create(profile, names, flags, ret_iter)
profile_t profile;
- const char **names;
+ const char *const *names;
int flags;
void **ret_iter;
{
(profile_t profile, const char **names, char ***ret_names);
long KRB5_CALLCONV profile_iterator_create
- (profile_t profile, const char **names,
+ (profile_t profile, const char *const *names,
int flags, void **ret_iter);
void KRB5_CALLCONV profile_iterator_free