Added the CCIF (Contiki Core InterFace) declarations used by the applications which are currently part of the Win32 build.

This commit is contained in:
oliverschmidt 2006-08-26 23:54:00 +00:00
parent 67d7c515a4
commit 424fde144d
12 changed files with 71 additions and 71 deletions

View file

@ -37,7 +37,7 @@
*
* This file is part of the Contiki desktop environment for the C64.
*
* $Id: uiplib.h,v 1.1 2006/06/17 22:41:19 adamdunkels Exp $
* $Id: uiplib.h,v 1.2 2006/08/26 23:58:45 oliverschmidt Exp $
*
*/
#ifndef __UIPLIB_H__
@ -64,7 +64,7 @@
* \retval 0 If the IP address could not be parsed.
* \retval Non-zero If the IP address was parsed.
*/
unsigned char uiplib_ipaddrconv(char *addrstr, unsigned char *addr);
CCIF unsigned char uiplib_ipaddrconv(char *addrstr, unsigned char *addr);
/** @} */