Add format string doku, simplify format string handling.
[adu.git] / adu.h
diff --git a/adu.h b/adu.h
index 2a15457b4b335bda8d28f219c8f100acfc6c5740..20cef2f414bcbe88ee69f556a8021321049f87ed 100644 (file)
--- a/adu.h
+++ b/adu.h
@@ -21,6 +21,7 @@
 #include <assert.h>
 #include <osl.h>
 #include "gcc-compat.h"
+#include "select.cmdline.h"
 
 /** debug loglevel, gets really noisy */
 #define DEBUG 1
@@ -193,10 +194,6 @@ int for_each_admissible_user(int (*func)(struct user_info *, void *),
                void *data);
 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 */
 int com_create(void);
 int com_interactive(void);