X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=select.h;h=0c9fe7cb29578077e38ea2e5f5235205fb6e1eb0;hp=7891ff8220e0631e858dd4912f1a5cb8bc8d70fa;hb=560d397a66ba141f18e13557feae78ca94a25f98;hpb=ba9584e31e4d160c329a84fca1aa591b136693dc diff --git a/select.h b/select.h index 7891ff8..0c9fe7c 100644 --- a/select.h +++ b/select.h @@ -1,9 +1,10 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ +/** \file select.h \brief Exported functions from string.c. */ int parse_select_options(char *string, struct select_cmdline_parser_params *params, struct uid_range **admissible_uids, struct format_info **fi); int run_select_query(struct uid_range *admissible_uids, struct format_info *fi);