From 0c9fc9bb334825ee3d99ce902e21a36a7f5e4811 Mon Sep 17 00:00:00 2001 From: Andy Isaacson <adi@orionlabs.co> Date: Tue, 27 Oct 2015 18:18:52 -0700 Subject: [PATCH] add prototypes for setUp and tearDown to unity.h --- src/unity.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/unity.h b/src/unity.h index 18470b4..342cb22 100644 --- a/src/unity.h +++ b/src/unity.h @@ -15,6 +15,9 @@ extern "C" #include "unity_internals.h" +void setUp(void); +void tearDown(void); + //------------------------------------------------------- // Configuration Options //-------------------------------------------------------