X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgraph.h;h=30a589fc9511dd46c6461ccf2d50153675406be7;hb=50d5299ef04975d005f86a0ec8a0556969129cd1;hp=69a3fbef2ebf84aa4346748652bc0541cf228a3b;hpb=559db522731e674dbdad045d0e65b9376e2f91f4;p=collection4.git diff --git a/src/graph.h b/src/graph.h index 69a3fbe..30a589f 100644 --- a/src/graph.h +++ b/src/graph.h @@ -81,7 +81,7 @@ int graph_inst_find_all_matching (graph_config_t *cfg, const graph_ident_t *ident, graph_inst_callback_t callback, void *user_data); -int graph_inst_search (graph_config_t *cfg, const char *term, +int graph_search_inst_string (graph_config_t *cfg, const char *term, graph_inst_callback_t callback, void *user_data); /* Iterates over all instances and calls "inst_matches_field". If that method