Index: src/sfnt/sfntpic.h |
diff --git a/src/sfnt/sfntpic.h b/src/sfnt/sfntpic.h |
index 6943b4250a23ae630107ffe26140beb9b2612f88..f7993d193b6ac5c39ee6650e249e0116380fe7aa 100644 |
--- a/src/sfnt/sfntpic.h |
+++ b/src/sfnt/sfntpic.h |
@@ -19,7 +19,7 @@ |
#ifndef __SFNTPIC_H__ |
#define __SFNTPIC_H__ |
- |
+ |
FT_BEGIN_HEADER |
#include FT_INTERNAL_PIC_H |
@@ -76,6 +76,13 @@ typedef struct sfntModulePIC_ |
#define FT_SFNT_SERVICE_BDF_GET (GET_PIC(library)->sfnt_service_bdf) |
#define FT_SFNT_INTERFACE_GET (GET_PIC(library)->sfnt_interface) |
+ /* see sfntpic.c for the implementation */ |
+ void |
+ sfnt_module_class_pic_free( FT_Library library ); |
+ |
+ FT_Error |
+ sfnt_module_class_pic_init( FT_Library library ); |
+ |
#endif /* FT_CONFIG_OPTION_PIC */ |
/* */ |