X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=select.h;h=06ee0347432139f08da26ef0640b041263c8f6b7;hp=7891ff8220e0631e858dd4912f1a5cb8bc8d70fa;hb=ca20c17a6742464bcf861fe856a4caddf2bfeab2;hpb=3bb9b0ca535be1eb28b64972bdf0e205e6afc93e diff --git a/select.h b/select.h index 7891ff8..06ee034 100644 --- a/select.h +++ b/select.h @@ -4,6 +4,7 @@ * 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);