Fix cut'n'paste error which had the effect of making the default for
[sgt/halibut] / halibut.h
index 6874bf0..4f433e1 100644 (file)
--- a/halibut.h
+++ b/halibut.h
@@ -260,6 +260,7 @@ enum {
     err_sfntnounicmap,                /* sfnt has no UCS-2 cmap */
     err_sfnttablevers,                /* sfnt table version unknown */
     err_sfntbadhdr,                   /* sfnt has bad header */
+    err_sfntbadglyph,                 /* sfnt cmap references bad glyph */
     err_whatever                       /* random error of another type */
 };
 
@@ -527,6 +528,7 @@ paragraph *info_config_filename(char *filename);
  * bk_paper.c
  */
 void *paper_pre_backend(paragraph *, keywordlist *, indexdata *);
+void listfonts(void);
 
 /*
  * bk_ps.c