summaryrefslogtreecommitdiff
path: root/monkey/fetch.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-15 22:03:34 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-15 22:05:10 +0100
commit9679561eca26bf792764002465bc0548c5d694bf (patch)
treeb3601c217252929686af291e5df5e731c44f6fdd /monkey/fetch.h
parentcc11912da1e2881803828330f85b0fe177b570b6 (diff)
downloadnetsurf-9679561eca26bf792764002465bc0548c5d694bf.tar.gz
netsurf-9679561eca26bf792764002465bc0548c5d694bf.tar.bz2
Update monkey frontend to use bitmap operation table.
Diffstat (limited to 'monkey/fetch.h')
-rw-r--r--monkey/fetch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/monkey/fetch.h b/monkey/fetch.h
index 59e8696d1..f146e2ef8 100644
--- a/monkey/fetch.h
+++ b/monkey/fetch.h
@@ -16,4 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef NS_MONKEY_FETCH_H
+#define NS_MONKEY_FETCH_H
+
struct gui_fetch_table *monkey_fetch_table;
+
+#endif /* NS_MONKEY_FETCH_H */