diff options
Diffstat (limited to 'src/rejection.h')
-rw-r--r-- | src/rejection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rejection.h b/src/rejection.h index fb73bd41..ec529941 100644 --- a/src/rejection.h +++ b/src/rejection.h @@ -38,6 +38,6 @@ #include "crystal.h" extern void early_rejection(Crystal **crystals, int n); -extern void check_rejection(Crystal **crystals, int n); +extern void check_rejection(Crystal **crystals, int n, RefList *full); #endif /* REJECTION_H */ |