X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Fgraph_ident.h;h=5787ad58d411e62a9a0b2848173bc5914439b9f8;hp=e433fa7f8e7f0978614a7512d9e474cdc9b8ec5b;hb=0d346a62412563396fe2ad3e40066ed5c21a69ee;hpb=535acd1d787760bb43a2a204da809f54a4400e79 diff --git a/src/graph_ident.h b/src/graph_ident.h index e433fa7..5787ad5 100644 --- a/src/graph_ident.h +++ b/src/graph_ident.h @@ -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 : */