Skip to content
Extraits de code Groupes Projets

Search

Fusionnées Kubat a demandé de fusionner search vers master
Comparer et
11 fichiers
+ 475
321
Comparer les modifications
  • Côte à côte
  • En ligne
Fichiers
11
+ 2
4
@@ -70,10 +70,8 @@ enum lkt_find_action {
};
/* Find and send karas in the db that match the search expression */
bool command_find(struct lkt_state *srv,
size_t c,
char *cmd_args[LKT_MESSAGE_ARGS_MAX],
enum lkt_find_action action);
bool command_find(struct lkt_state *srv, size_t c, char *cmd_args[LKT_MESSAGE_ARGS_MAX],
long continuation, enum lkt_find_action action);
/* Set options for the lektor such as `random`, `single`, `repeat`, etc */
enum lkt_playback_option {
Chargement en cours