Removed the worker function pointer typedef from the public API
This commit is contained in:
parent
5fddb5a0c8
commit
d25ea68eb1
2 changed files with 2 additions and 2 deletions
|
@ -123,6 +123,4 @@ struct criterion_test_set {
|
|||
size_t tests;
|
||||
};
|
||||
|
||||
typedef void (*cr_worker_func)(struct criterion_test *, struct criterion_suite *);
|
||||
|
||||
#endif /* !CRITERION_TYPES_H_ */
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
# include "criterion/types.h"
|
||||
# include "internal.h"
|
||||
|
||||
typedef void (*cr_worker_func)(struct criterion_test *, struct criterion_suite *);
|
||||
|
||||
struct proc_handle {
|
||||
#ifdef VANILLA_WIN32
|
||||
HANDLE handle;
|
||||
|
|
Loading…
Add table
Reference in a new issue