From 58be00541d76c09916fa33daa43f954e346ddf40 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Tue, 3 Oct 2006 00:30:42 +0000 Subject: [PATCH] Added the CCIF (Contiki Core InterFace) declarations necessary for fatal error display on Win32. --- platform/win32/ctk/ctk-console.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/win32/ctk/ctk-console.h b/platform/win32/ctk/ctk-console.h index ff6331340..2de252388 100644 --- a/platform/win32/ctk/ctk-console.h +++ b/platform/win32/ctk/ctk-console.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: ctk-console.h,v 1.2 2006/08/14 23:50:51 oliverschmidt Exp $ + * $Id: ctk-console.h,v 1.3 2006/10/03 00:30:42 oliverschmidt Exp $ */ #ifndef __CTK_CONSOLE_H__ #define __CTK_CONSOLE_H__ @@ -50,7 +50,7 @@ void bordercolor(unsigned char c); void screensize(unsigned char *x, unsigned char *y); void revers(unsigned char c); void console_cputc(char c); -void console_cputs(char *str); +CCIF void console_cputs(char *str); void cclear(unsigned char length); void chline(unsigned char length); void cvline(unsigned char length);