summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-core-private.h
diff options
context:
space:
mode:
authorMathnerd314 <mathnerd314.gph+hs@gmail.com>2016-06-15 23:37:29 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2016-06-22 16:10:01 +0000
commit23049bbd011924b1e34514b14e58d82519346d36 (patch)
tree7bf396d77b07da0dd7cfeb2f6d88f3ef73073ae0 /src/libostree/ostree-core-private.h
parent55f5f73d80e4b9b9ca0c0c2cece210afc2052bce (diff)
downloadostree-23049bbd011924b1e34514b14e58d82519346d36.tar.gz
core: Add OSTREE_OBJECT_TYPE_COMMIT_META
This is cleaner than the loose_path_with_suffix approach Closes: #359 Approved by: cgwalters
Diffstat (limited to 'src/libostree/ostree-core-private.h')
-rw-r--r--src/libostree/ostree-core-private.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libostree/ostree-core-private.h b/src/libostree/ostree-core-private.h
index 91d52f1b..b49e5e47 100644
--- a/src/libostree/ostree-core-private.h
+++ b/src/libostree/ostree-core-private.h
@@ -128,13 +128,6 @@ _ostree_loose_path (char *buf,
OstreeObjectType objtype,
OstreeRepoMode repo_mode);
-void
-_ostree_loose_path_with_suffix (char *buf,
- const char *checksum,
- OstreeObjectType objtype,
- OstreeRepoMode repo_mode,
- const char *suffix);
-
#define _OSTREE_METADATA_GPGSIGS_NAME "ostree.gpgsigs"
#define _OSTREE_METADATA_GPGSIGS_TYPE G_VARIANT_TYPE ("aay")