aboutsummaryrefslogtreecommitdiff
path: root/src/povray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/povray.h')
-rw-r--r--src/povray.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/povray.h b/src/povray.h
index f60bd566..69bf657e 100644
--- a/src/povray.h
+++ b/src/povray.h
@@ -1,5 +1,5 @@
/*
- * povray.c
+ * povray.h
*
* Invoke POV-ray
*
@@ -17,6 +17,8 @@
#define POVRAY_H
extern int povray_render_animation(UnitCell *cell, double *ref,
- unsigned int *c, unsigned int nproc);
+ unsigned int *counts, ReflItemList *items,
+ unsigned int nproc, const char *sym,
+ int wght, double boost);
#endif /* POVRAY_H */