From 22d7ea53ff0d75c19a4ac84ff4dbc00bf002e95d Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 21 Mar 2007 23:18:49 +0000 Subject: [PATCH] Whitespace, added includes --- core/ctk/ctk-vncserver.h | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/core/ctk/ctk-vncserver.h b/core/ctk/ctk-vncserver.h index 0fab7f752..d20533b2f 100644 --- a/core/ctk/ctk-vncserver.h +++ b/core/ctk/ctk-vncserver.h @@ -1,19 +1,19 @@ /* * Copyright (c) 2002, Adam Dunkels. - * All rights reserved. + * All rights reserved. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following * disclaimer in the documentation and/or other materials provided - * with the distribution. + * with the distribution. * 3. The name of the author may not be used to endorse or promote * products derived from this software without specific prior - * written permission. + * written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED @@ -25,16 +25,19 @@ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * 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__ */