X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=user_list.h;h=3bc98f687b12364a671da05c1629b39fdea7a8c3;hp=948ed503093e53d1df0e29430619c22092489235;hb=ac93cb364106bbaa88bf0d0852981a872166e6a9;hpb=9d24300965cbcdfddb9f63b6bc8018da50d7d8e1 diff --git a/user_list.h b/user_list.h index 948ed503..3bc98f68 100644 --- a/user_list.h +++ b/user_list.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , see file COPYING. */ /** \file user_list.h exported functions from user_list.c */ @@ -36,5 +32,6 @@ struct user { unsigned int perms; }; -void init_user_list(char *user_list_file); -struct user *lookup_user(const char *name); +void user_list_init(char *user_list_file); +void user_list_deplete(void); +const struct user *user_list_lookup(const char *name);