X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=user_list.c;h=030865fad614a3a9b2b190da0e3cf1d9ceb94a25;hb=b8ecd28c263ff39366a47fe9f7a5785bd43e89ab;hp=18b489b9e4c615824822feb801e3820df63ef554;hpb=ac93cb364106bbaa88bf0d0852981a872166e6a9;p=paraslash.git diff --git a/user_list.c b/user_list.c index 18b489b9..030865fa 100644 --- a/user_list.c +++ b/user_list.c @@ -67,7 +67,7 @@ void user_list_deplete(void) * * This function either succeeds or calls exit(3). */ -void user_list_init(char *user_list_file) +void user_list_init(const char *user_list_file) { int ret = -E_USERLIST; FILE *file_ptr = fopen(user_list_file, "r");