aboutsummaryrefslogtreecommitdiff
path: root/src/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitmap.h')
-rw-r--r--src/bitmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bitmap.h b/src/bitmap.h
index 61ef0ce..c41b8ff 100644
--- a/src/bitmap.h
+++ b/src/bitmap.h
@@ -13,7 +13,10 @@ struct imv_bitmap {
unsigned char *data;
};
+/* Copy an imv_bitmap */
struct imv_bitmap *imv_bitmap_clone(struct imv_bitmap *bmp);
+
+/* Clean up a bitmap */
void imv_bitmap_free(struct imv_bitmap *bmp);
#endif