From d6e520da921e4a933318f1a70f0b2ff0c30dd2ea Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 4 May 2016 15:08:36 +0100 Subject: improve plotter documentation header for monkey frontend --- monkey/plot.h | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'monkey/plot.h') diff --git a/monkey/plot.h b/monkey/plot.h index 7be3d699b..3632bcf4a 100644 --- a/monkey/plot.h +++ b/monkey/plot.h @@ -1,5 +1,26 @@ +/* + * Copyright 2016 Vincent Sanders + * + * 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 . + */ -#include "desktop/plotters.h" +#ifndef NS_MONKEY_PLOT_H +#define NS_MONKEY_PLOT_H -extern const struct plotter_table monkey_plotters; +struct plotter_table; +extern const struct plotter_table *monkey_plotters; + +#endif -- cgit v1.2.3