summaryrefslogtreecommitdiff
path: root/frontends/amiga/font_diskfont.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-27 14:57:32 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-27 14:57:32 +0000
commit20432237883a04677f30f1758979fa0a4b9111e3 (patch)
treeea3ed81ff4d2a3f010ffa30da0700c3a7314c896 /frontends/amiga/font_diskfont.h
parentf8f802cda5f54c0c2b1acd51efc08aa7d4afad1b (diff)
downloadnetsurf-20432237883a04677f30f1758979fa0a4b9111e3.tar.gz
netsurf-20432237883a04677f30f1758979fa0a4b9111e3.tar.bz2
Reduce frequency of diskfont open/close
Diffstat (limited to 'frontends/amiga/font_diskfont.h')
-rw-r--r--frontends/amiga/font_diskfont.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/amiga/font_diskfont.h b/frontends/amiga/font_diskfont.h
index de19e940e..1c891d2b4 100644
--- a/frontends/amiga/font_diskfont.h
+++ b/frontends/amiga/font_diskfont.h
@@ -19,5 +19,6 @@
#ifndef AMIGA_FONT_DISKFONT_H
#define AMIGA_FONT_DISKFONT_H
void ami_font_diskfont_init(void);
+void ami_font_diskfont_fini(void);
#endif