]> mj.ucw.cz Git - libucw.git/blobdiff - images/object.h
Sorter debugging tools can be compiled again
[libucw.git] / images / object.h
index 58e789d64b550e716915973e7ee5bb593658f086..9da98eec5cb33514271296e9d0dcbfd32a1acbad 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _IMAGES_OBJECT_H
 #define _IMAGES_OBJECT_H
 
-#include "images/images.h"
+#include <images/images.h>
 
 struct image_obj_info {
   uns cols;
@@ -22,5 +22,6 @@ uns get_image_obj_info(struct image_obj_info *ioi, struct odes *o);
 uns get_image_obj_thumb(struct image_obj_info *ioi, struct odes *o, struct mempool *pool);
 struct image *read_image_obj_thumb(struct image_obj_info *ioi, struct fastbuf *fb, struct image_io *io, struct mempool *pool);
 void put_image_obj_signature(struct odes *o, struct image_signature *sig);
+uns get_image_obj_signature(struct image_signature *sig, struct odes *o);
 
 #endif