2 * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
4 * Licensed under the GPL v2. For licencing details see COPYING.
7 /** \file select.h \brief Exported functions from string.c. */
8 int parse_select_options(char *string
, struct select_cmdline_parser_params
*params
,
9 struct uid_range
**admissible_uids
, struct format_info
**fi
);
10 int run_select_query(struct uid_range
*admissible_uids
, struct format_info
*fi
);