summaryrefslogtreecommitdiffstats
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h
index 27cc08e..c1abe26 100644
--- a/src/font.h
+++ b/src/font.h
@@ -27,6 +27,9 @@
#include <linux/font.h>
struct font *
+font_default(void) __attribute__((pure));
+
+struct font *
font_find(const char *name) __attribute__((pure));
int