aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/events.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-02-07 15:06:48 +0100
committerThomas White <taw@physics.org>2017-02-16 10:32:08 +0100
commitc1b825fd1040c89114d4a8c2c5d3fbba3f946d2a (patch)
tree51361667e60c3e5b432b4e3639a73d0605f2484e /libcrystfel/src/events.h
parent80b54c66c36c46a247d6d015be60ea9e73aa025f (diff)
Fix mask path placeholder check
The mask paths for all panels have to have the same number of placeholders, but the masks do not have to have the same number of placeholders as the panel data blocks. This also tidies up a few excess strdup() calls, and removes partial_event_substitution() because retrieve_full_path() can now handle the number of placeholders being too small.
Diffstat (limited to 'libcrystfel/src/events.h')
-rw-r--r--libcrystfel/src/events.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/events.h b/libcrystfel/src/events.h
index 7f9c6731..4f717209 100644
--- a/libcrystfel/src/events.h
+++ b/libcrystfel/src/events.h
@@ -78,7 +78,6 @@ extern char *get_event_string(struct event *ev);
extern struct event *get_event_from_event_string(const char *ev_string);
extern char *event_path_placeholder_subst(const char *ev_name,
const char *data);
-extern char *partial_event_substitution(struct event *ev, const char *data);
extern char *retrieve_full_path(struct event *ev, const char *data);