(add_file): make len argument an pointer to an integer

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12775 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-04 18:15:45 +00:00
parent 5097c486af
commit 672fd697ee

View File

@@ -271,7 +271,7 @@ krb5_set_config_files(krb5_context context, char **filenames)
}
static krb5_error_code
add_file(char ***pfilenames, size_t *len, char *file)
add_file(char ***pfilenames, int *len, char *file)
{
char **pp = *pfilenames;
int i;