X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=select.h;h=7891ff8220e0631e858dd4912f1a5cb8bc8d70fa;hb=f638c88fad8a1350cf56d5f60ddef297ece92805;hp=c55e97c81bd9e246df2538a0bc39bf51e562cadb;hpb=de525e7c5b6592b41f8681f919d5d53406801861;p=adu.git diff --git a/select.h b/select.h index c55e97c..7891ff8 100644 --- a/select.h +++ b/select.h @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2008 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + 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);