aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-block-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-block-file.h')
-rw-r--r--camel/camel-block-file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-block-file.h b/camel/camel-block-file.h
index e78254e1ed..eec0ee26f9 100644
--- a/camel/camel-block-file.h
+++ b/camel/camel-block-file.h
@@ -99,6 +99,7 @@ CamelType camel_block_file_get_type(void);
CamelBlockFile *camel_block_file_new(const char *path, int flags, const char version[8], size_t block_size);
int camel_block_file_rename(CamelBlockFile *bs, const char *path);
+int camel_block_file_delete(CamelBlockFile *kf);
CamelBlock *camel_block_file_new_block(CamelBlockFile *bs);
int camel_block_file_free_block(CamelBlockFile *bs, camel_block_t id);
@@ -134,6 +135,7 @@ CamelType camel_key_file_get_type(void);
CamelKeyFile * camel_key_file_new(const char *path, int flags, const char version[8]);
int camel_key_file_rename(CamelKeyFile *kf, const char *path);
+int camel_key_file_delete(CamelKeyFile *kf);
int camel_key_file_write(CamelKeyFile *kf, camel_block_t *parent, size_t len, camel_key_t *records);
int camel_key_file_read(CamelKeyFile *kf, camel_block_t *start, size_t *len, camel_key_t **records);