aboutsummaryrefslogtreecommitdiff
path: root/src/templates.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-08 10:58:21 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:57 +0100
commit9526f8c65df5fdb21247b57cd414c258375dc798 (patch)
tree8ae9ed8c1778196992e94a7f73f21b52f353f676 /src/templates.h
parent52f8c8aa18ca79fb6af5acf458dd22448d0944fc (diff)
Free indexing resources at the end
Diffstat (limited to 'src/templates.h')
-rw-r--r--src/templates.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates.h b/src/templates.h
index 559733fe..50aa7443 100644
--- a/src/templates.h
+++ b/src/templates.h
@@ -27,4 +27,6 @@ extern IndexingPrivate *generate_templates(UnitCell *cell, const char *filename,
extern void match_templates(struct image *image, IndexingPrivate *ipriv);
+extern void free_templates(IndexingPrivate *priv);
+
#endif /* TEMPLATES_H */