From 3c68e9c8f2bb43f3a05dd1a2ef2de7432a311426 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Fri, 30 Nov 2007 11:16:45 +0000 Subject: [PATCH] Removed obsolete declaration and added PROCESS_NAME(). --- apps/webbrowser/www.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/webbrowser/www.h b/apps/webbrowser/www.h index 86fa0e7f7..257017529 100644 --- a/apps/webbrowser/www.h +++ b/apps/webbrowser/www.h @@ -29,12 +29,12 @@ * * This file is part of the Contiki desktop environment for the C64. * - * $Id: www.h,v 1.1 2006/06/17 22:41:14 adamdunkels Exp $ + * $Id: www.h,v 1.2 2007/11/30 11:16:45 oliverschmidt Exp $ * */ #ifndef __WWW_H__ #define __WWW_H__ -void www_init(void); +PROCESS_NAME(www_process); #endif /* __WWW_H__ */