summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-core-private.h
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2015-04-28 17:45:37 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2015-05-07 21:58:04 +0200
commitae672c3c9fa0c8ae394566c9265c4227233106c3 (patch)
tree14f29e9ef6897f2af72be2f757cf49e54040119f /src/libostree/ostree-core-private.h
parente0da4db77c1ae234856907034a2082c37d5e74ec (diff)
downloadostree-ae672c3c9fa0c8ae394566c9265c4227233106c3.tar.gz
core: new function _ostree_parse_delta_name
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'src/libostree/ostree-core-private.h')
-rw-r--r--src/libostree/ostree-core-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libostree/ostree-core-private.h b/src/libostree/ostree-core-private.h
index a1584d61..c3c21b20 100644
--- a/src/libostree/ostree-core-private.h
+++ b/src/libostree/ostree-core-private.h
@@ -119,6 +119,11 @@ _ostree_get_commitpartial_path (const char *checksum)
}
void
+_ostree_parse_delta_name (const char *delta_name,
+ char **out_from,
+ char **out_to);
+
+void
_ostree_loose_path (char *buf,
const char *checksum,
OstreeObjectType objtype,