aboutsummaryrefslogtreecommitdiff
path: root/src/itrans.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-28 16:07:32 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-28 16:07:32 +0000
commit85b8978beedd0142560573a92442a5ed907b0ed2 (patch)
treea5fb149aa94b540a568ac6c7b2831a8065e53959 /src/itrans.h
parent49ad910255546917c22a1d0ef01b4109c7772b16 (diff)
Be a lot more clear about which things are properties of images and which
belong to the control context. git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@81 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/itrans.h')
-rw-r--r--src/itrans.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/itrans.h b/src/itrans.h
index 558ba8a..3db2b5c 100644
--- a/src/itrans.h
+++ b/src/itrans.h
@@ -16,11 +16,9 @@
#include <config.h>
#endif
-#include <stdint.h>
-
#include "control.h"
-extern void itrans_process_image(int16_t *image, ControlContext *ctx, double tilt_degrees);
+extern void itrans_process_image(ImageRecord image, ControlContext *ctx);
#endif /* ITRANS_H */