From ba23e4b69341e5f3f2dbcd824663e75ebe2a581f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 27 Nov 2006 15:35:18 +0000 Subject: Update project URL. svn path=/trunk/netsurf/; revision=3073 --- utils/container.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/container.h') diff --git a/utils/container.h b/utils/container.h index c96a79921..5a82ace2b 100644 --- a/utils/container.h +++ b/utils/container.h @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2006 Rob Kendrick @@ -7,7 +7,7 @@ /** \file * Container format handling for themes etc. */ - + #ifndef __CONTAINER_H__ #define __CONTAINER_H__ @@ -32,7 +32,7 @@ struct container_ctx *container_create(const char *filename, void container_add(struct container_ctx *ctx, const unsigned char *entryname, const unsigned char *data, const u_int32_t datalen); - + /* common interface */ void container_close(struct container_ctx *ctx); -- cgit v1.2.3