]> andersk Git - moira.git/blobdiff - server/mr_server.h
Move UNIX->SQL wildcard conversion from the validation stage to the
[moira.git] / server / mr_server.h
index ca9993131894fe71be56f0997b3cc63bca7499c5..452ca77b6f295c234fdb23c8f9ba5331e31e64ae 100644 (file)
@@ -161,7 +161,7 @@ void sanity_check_queries(void);
 int set_krb_mapping(char *name, char *login, int ok, int *kid, int *uid);
 int find_member(char *list_type, int list_id, client *cl);
 int do_for_all_rows(char *query, int count, int (*action)(), int actarg);
-int build_qual(char *fmt, int argc, char *argv[], char *qual);
+char *build_qual(char *fmt, int argc, char *argv[]);
 
 
 /* prototyoes from qsupport.dc */
@@ -170,7 +170,6 @@ int set_pop_usage(int id, int cnt);
 /* prototypes from qvalidate.dc */
 void sanity_check_database(void);
 int add_string(char *name);
-int convert_wildcards(char *arg);
 
 /* prototypes from mr_main.c */
 void clist_delete(client *cp);
This page took 0.032795 seconds and 4 git commands to generate.