diff options
Diffstat (limited to 'src/reax.h')
-rw-r--r-- | src/reax.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ extern IndexingPrivate *reax_prepare(void); -extern void reax_index(struct image *image, UnitCell *cell); +extern void reax_index(IndexingPrivate *p, struct image *image, UnitCell *cell); #endif /* REAX_H */ |