Move adu_isspace() to interactive.c.
[adu.git] / select.h
1 /*
2  * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
3  *
4  * Licensed under the GPL v2. For licencing details see COPYING.
5  */
6
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);
11 int com_select(void);