aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-18 10:47:12 +0100
committerThomas White <taw@physics.org>2013-02-18 10:47:12 +0100
commit64fb806753a89a29cf7a67ed280d8b51b52edd14 (patch)
tree85da50c5f5a4b94cacd02569ecd72c2a9d4db4cb /libcrystfel/src/image.h
parent2a33b77d38b6d322e456fa1e2cefcbe50620dc39 (diff)
Read GrainSpotter's output properly
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 3739c01f..0d131451 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -175,5 +175,6 @@ extern int image_feature_count(ImageFeatureList *flist);
extern struct imagefeature *image_get_feature(ImageFeatureList *flist, int idx);
extern void image_add_crystal(struct image *image, Crystal *cryst);
+extern void free_all_crystals(struct image *image);
#endif /* IMAGE_H */