From 27ac84d009c624d1f101b9d1006059ffc301c791 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Mon, 11 Feb 2008 18:45:18 +0000 Subject: [PATCH] simlog function declaration --- platform/cooja/printf2log.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/cooja/printf2log.h b/platform/cooja/printf2log.h index 0b94c9710..53a74a399 100644 --- a/platform/cooja/printf2log.h +++ b/platform/cooja/printf2log.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: printf2log.h,v 1.3 2008/01/11 15:37:38 fros4943 Exp $ + * $Id: printf2log.h,v 1.4 2008/02/11 18:45:18 fros4943 Exp $ * */ @@ -37,6 +37,8 @@ #include #include "sys/log.h" +void simlog(char*); + #define PRINTF2LOG_SIZE 128 #define printf(...) \