return cl->diagnostic;
}
-const char * client_get_suggestions_xml(struct client *cl, WRBUF wrbuf)
+const char *client_get_suggestions_xml(struct client *cl, WRBUF wrbuf)
{
/* int idx; */
struct suggestions *suggestions = cl->suggestions;
return wrbuf_cstr(wrbuf);
}
-
void client_set_database(struct client *cl, struct session_database *db)
{
cl->database = db;
int *l,
NMEM nmem, int *num, char ***values);
+const char *client_get_suggestions_xml(struct client *cl, WRBUF wrbuf);
+
void client_update_show_stat(struct client *cl, int cmd);
void client_store_xdoc(struct client *cl, int record_no, xmlDoc *xdoc);
return session;
}
-const char * client_get_suggestions_xml(struct client *cl, WRBUF wrbuf);
-
static struct hitsbytarget *hitsbytarget_nb(struct session *se,
int *count, NMEM nmem)
{