aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-04-04 15:54:09 -0700
committerThomas White <taw@physics.org>2015-04-20 12:55:26 +0200
commit3c1f9603ff5078db607597e23d3c8113f2d06e56 (patch)
treef8c0b701b96979df10fc9d94a1fb29ac7230c236 /libcrystfel/src/stream.h
parent7094bd7f8d02f96d978db06220dc901e70eccaab (diff)
Fix a string overflow vulnerability, and banish extract_f_from_stuff()
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r--libcrystfel/src/stream.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h
index afa9acda..a8cf4639 100644
--- a/libcrystfel/src/stream.h
+++ b/libcrystfel/src/stream.h
@@ -109,9 +109,6 @@ extern void write_geometry_file(Stream *st, const char *geom_filename);
extern int rewind_stream(Stream *st);
extern int is_stream(const char *filename);
-extern double extract_f_from_stuff(const char *field_name,
- struct stuff_from_stream* stuff);
-
#ifdef __cplusplus
}
#endif