X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fmain.c;h=496754f8f73e129a5d1e9cad8b3a1fba235783a6;hb=748436c71114d396ded0d2187355aced2275f6c4;hp=1132cba80dcda7ed1c666660e1022e53b07f5e92;hpb=d57d345c057f784293439936f8a62fe01cffde06;p=collection4.git diff --git a/src/main.c b/src/main.c index 1132cba..496754f 100644 --- a/src/main.c +++ b/src/main.c @@ -38,6 +38,7 @@ #include "action_graph.h" #include "action_list_graphs.h" +#include "action_search.h" #include "action_search_json.h" #include "action_show_graph.h" #include "action_show_graph_json.h" @@ -61,6 +62,7 @@ static const action_t actions[] = { { "graph", action_graph }, { "list_graphs", action_list_graphs }, + { "search", action_search }, { "search_json", action_search_json }, { "show_graph", action_show_graph }, { "show_graph_json", action_show_graph_json },