Some more source code documentation.
[adu.git] / select.h
index c55e97c81bd9e246df2538a0bc39bf51e562cadb..06ee0347432139f08da26ef0640b041263c8f6b7 100644 (file)
--- a/select.h
+++ b/select.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ *
+ * 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);