X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=user_list.c;h=840802b33ba811816e3459284cd471644b134bb8;hb=a9126f461792a84c760162ecb25100f1593d427d;hp=e13d8bb7cc7a660fdc9b56119706d893e579b2fa;hpb=cd8bb5a2d51179a31842a2cd7012cad28deea78d;p=paraslash.git diff --git a/user_list.c b/user_list.c index e13d8bb7..840802b3 100644 --- a/user_list.c +++ b/user_list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,9 +8,11 @@ #include #include +#include #include "para.h" #include "error.h" +#include "crypt.h" #include "fd.h" #include "string.h" #include "list.h" @@ -113,7 +115,7 @@ void init_user_list(char *user_list_file) /** * Lookup a user in the user list. * - * \param The name of the user. + * \param name The name of the user. * * \return A pointer to the corresponding user struct if the user was found, \p * NULL otherwise.