From 3224d7121aff91ab8d888831dc493ef621e3dd39 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 23 May 2016 23:32:16 +0100 Subject: move image content handlers to accomodate core build changes --- content/handlers/image/nssprite.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 content/handlers/image/nssprite.h (limited to 'content/handlers/image/nssprite.h') diff --git a/content/handlers/image/nssprite.h b/content/handlers/image/nssprite.h new file mode 100644 index 000000000..38226f84e --- /dev/null +++ b/content/handlers/image/nssprite.h @@ -0,0 +1,28 @@ +/* + * Copyright 2008 James Shaw + * + * This file is part of NetSurf, http://www.netsurf-browser.org/ + * + * NetSurf is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * NetSurf is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** \file + * Content for image/x-riscos-sprite (librosprite interface). + */ + +#ifndef _NETSURF_NS_SPRITE_H_ +#define _NETSURF_NS_SPRITE_H_ + +nserror nssprite_init(void); + +#endif -- cgit v1.2.3