Whitespace, added includes
This commit is contained in:
parent
18fbc76433
commit
22d7ea53ff
1 changed files with 13 additions and 10 deletions
|
@ -29,12 +29,15 @@
|
|||
*
|
||||
* This file is part of the "ctk" console GUI toolkit for cc65
|
||||
*
|
||||
* $Id: ctk-vncserver.h,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $
|
||||
* $Id: ctk-vncserver.h,v 1.2 2007/03/21 23:18:49 adamdunkels Exp $
|
||||
*
|
||||
*/
|
||||
#ifndef __CTK_VNCSERVER_H__
|
||||
#define __CTK_VNCSERVER_H__
|
||||
|
||||
#include "contiki.h"
|
||||
void ctk_vncserver_init(char *arg);
|
||||
|
||||
PROCESS_NAME(ctk_vncserver_process);
|
||||
|
||||
#endif /* __CTK_VNCSERVER_H__ */
|
||||
|
|
Loading…
Reference in a new issue