From 552d860fa1bf4fd699d0af2e8ca0a13345fc624b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 21 Jan 2010 15:36:44 +0100 Subject: Fix hdfile layering violations --- src/filters.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/filters.h (limited to 'src/filters.h') diff --git a/src/filters.h b/src/filters.h new file mode 100644 index 00000000..b28cb908 --- /dev/null +++ b/src/filters.h @@ -0,0 +1,23 @@ +/* + * peaks.h + * + * Image filtering + * + * (c) 2006-2010 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + + +#ifndef FILTERS_H +#define FILTERS_H + +#ifdef HAVE_CONFIG_H +#include +#endif + + +extern void clean_image(struct image *image); + +#endif /* FILTERS_H */ -- cgit v1.2.3