From 23a546717848fd664abbfcb14d05916ff4375275 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Tue, 29 Jul 2008 23:19:24 +0000 Subject: Use static for variables local to one source file. svn path=/trunk/netsurf/; revision=4812 --- desktop/knockout.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'desktop/knockout.h') diff --git a/desktop/knockout.h b/desktop/knockout.h index 9470bcf77..a3951a501 100644 --- a/desktop/knockout.h +++ b/desktop/knockout.h @@ -20,11 +20,15 @@ * Knockout rendering (interface). */ +#ifndef _NETSURF_DESKTOP_KNOCKOUT_H_ +#define _NETSURF_DESKTOP_KNOCKOUT_H_ + #include "desktop/plotters.h" bool knockout_plot_start(struct plotter_table *plotter); bool knockout_plot_end(void); - extern const struct plotter_table knockout_plotters; + +#endif -- cgit v1.2.3