Code

src/graph_ident.[ch]: Implement "ident_describe".
[collection4.git] / src / graph_ident.h
index e433fa7f8e7f0978614a7512d9e474cdc9b8ec5b..5787ad58d411e62a9a0b2848173bc5914439b9f8 100644 (file)
@@ -88,6 +88,9 @@ char *ident_to_string (const graph_ident_t *ident);
 char *ident_to_file (const graph_ident_t *ident);
 char *ident_to_json (const graph_ident_t *ident);
 
+int ident_describe (const graph_ident_t *ident, const graph_ident_t *selector,
+    char *buffer, size_t buffer_size);
+
 time_t ident_get_mtime (const graph_ident_t *ident);
 
 /* vim: set sw=2 sts=2 et fdm=marker : */