aboutsummaryrefslogtreecommitdiff
path: root/src/clean.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clean.h')
-rw-r--r--src/clean.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/clean.h b/src/clean.h
new file mode 100644
index 0000000..c8dc4af
--- /dev/null
+++ b/src/clean.h
@@ -0,0 +1,27 @@
+/*
+ * clean.h
+ *
+ * CLEAN Algorithm
+ *
+ * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * Synth2D - two-dimensional Fourier synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef CLEAN_H
+#define CLEAN_H
+
+#include <gtk/gtk.h>
+
+#include "reflist.h"
+
+extern void clean_dialog_open(GtkWidget *widget, gpointer data);
+extern void clean_aperture_open(ReflectionList *reflections);
+
+#endif /* CLEAN_H */
+