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