Skip to content
Snippets Groups Projects
Commit 09f5454f authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

swap graph_build_service_from_list function (and possible remove)

parent 83aff5bd
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ extern int graph_compute_dependencies(graph_t *g, char const *vertex, char const
extern int graph_build_service_bytree(graph_t *g, char const *tree, uint8_t what, uint8_t is_supervised) ;
extern int graph_build_service_bytree_from_src(graph_t *g, char const *src, uint8_t what) ;
/** possible remove of it */
extern int graph_build_service_from_sastr(graph_t *graph, stralloc *sa, char const *base) ;
#endif
......@@ -376,8 +376,7 @@ extern void service_graph_build(graph_t *g, resolve_service_t *ares, unsigned in
extern int service_is(ss_state_t *ste, uint32_t flag) ;
/** possible remove of it */
extern int graph_build_service_from_list(char const *const *list, char const *base, graph_t *graph, resolve_service_t *ares, uint8_t requiredby) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment