From 3c1f9603ff5078db607597e23d3c8113f2d06e56 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 4 Apr 2015 15:54:09 -0700 Subject: Fix a string overflow vulnerability, and banish extract_f_from_stuff() --- libcrystfel/src/stream.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libcrystfel/src/stream.h') 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 -- cgit v1.2.3