From b9c6d025ffe338d8e766513ee3a1b231e62d1e5d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 16 Jun 2015 13:24:07 +0200 Subject: partialator: Improve rejection --- src/rejection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rejection.h') 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 */ -- cgit v1.2.3