X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgraph.c;h=66dbd47207e377211457c7e1bf0b24cb78e92288;hb=50d5299ef04975d005f86a0ec8a0556969129cd1;hp=75c83b1b92240c27ca685d2105542663b7023242;hpb=559db522731e674dbdad045d0e65b9376e2f91f4;p=collection4.git diff --git a/src/graph.c b/src/graph.c index 75c83b1..66dbd47 100644 --- a/src/graph.c +++ b/src/graph.c @@ -408,7 +408,7 @@ int graph_inst_find_all_matching (graph_config_t *cfg, /* {{{ */ return (0); } /* }}} int graph_inst_find_all_matching */ -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 cb, void *user_data) { @@ -419,7 +419,7 @@ int graph_inst_search (graph_config_t *cfg, const char *term, /* {{{ */ status = graph_get_title (cfg, buffer, sizeof (buffer)); if (status != 0) { - fprintf (stderr, "graph_inst_search: graph_get_title failed\n"); + fprintf (stderr, "graph_search_inst_string: graph_get_title failed\n"); return (status); } @@ -448,7 +448,7 @@ int graph_inst_search (graph_config_t *cfg, const char *term, /* {{{ */ } return (0); -} /* }}} int graph_inst_search */ +} /* }}} int graph_search_inst_string */ int graph_inst_search_field (graph_config_t *cfg, /* {{{ */ graph_ident_field_t field, const char *field_value,