]> git.tuebingen.mpg.de Git - adu.git/blobdiff - adu.h
adu-0.0.3.
[adu.git] / adu.h
diff --git a/adu.h b/adu.h
index 70dba7764677e30df5c5bf50b2675005c4ac079b..2a15457b4b335bda8d28f219c8f100acfc6c5740 100644 (file)
--- a/adu.h
+++ b/adu.h
@@ -178,6 +178,7 @@ enum search_uid_flags {
 extern uint32_t num_uids;
 extern struct osl_table *dir_table;
 extern struct gengetopt_args_info conf;
+extern struct select_args_info select_conf;
 
 /* adu.c */
 __printf_2_3 void __log(int, const char*, ...);
@@ -193,6 +194,7 @@ int for_each_admissible_user(int (*func)(struct user_info *, void *),
 void sort_hash_table(int (*comp)(const void *, const void *));
 
 /* select.c */
+int run_select_query(struct uid_range *admissible_uids);
 int com_select(void);
 
 /* create.h */