X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=select.h;h=0c9fe7cb29578077e38ea2e5f5235205fb6e1eb0;hp=c55e97c81bd9e246df2538a0bc39bf51e562cadb;hb=6744ce67f91c410f69de0763fb6faa01a8a53b28;hpb=de525e7c5b6592b41f8681f919d5d53406801861 diff --git a/select.h b/select.h index c55e97c..0c9fe7c 100644 --- a/select.h +++ b/select.h @@ -1,3 +1,10 @@ +/* + * 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);