aboutsummaryrefslogtreecommitdiff
path: root/src/templates.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-10-16 17:16:58 +0200
committerThomas White <taw@bitwiz.org.uk>2009-10-16 17:16:58 +0200
commit0fe90432bf31e3ff757ab80dc04dbb9429727729 (patch)
treea32f5c9aef419f5181da2852cc30bb1c24ddbe69 /src/templates.c
parente7253737e57645168089fa2ec417c8994a28606b (diff)
try_template() is not for external use
Diffstat (limited to 'src/templates.c')
-rw-r--r--src/templates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates.c b/src/templates.c
index a66607e1..8c128b8f 100644
--- a/src/templates.c
+++ b/src/templates.c
@@ -134,7 +134,7 @@ TemplateList *generate_templates(UnitCell *cell, struct image params)
}
-int try_template(struct image *image, struct template template)
+static int try_template(struct image *image, struct template template)
{
int fit = 0;
struct template_feature *f;