Index: src/cff/cffpic.h |
diff --git a/src/cff/cffpic.h b/src/cff/cffpic.h |
index e29d068134b089b40868b17ca1bd31b5f156c1b0..342edd845207734782dfdfc9c89082c9a4bfb626 100644 |
--- a/src/cff/cffpic.h |
+++ b/src/cff/cffpic.h |
@@ -19,7 +19,7 @@ |
#ifndef __CFFPIC_H__ |
#define __CFFPIC_H__ |
- |
+ |
FT_BEGIN_HEADER |
#include FT_INTERNAL_PIC_H |
@@ -68,6 +68,13 @@ FT_BEGIN_HEADER |
#define FT_CFF_CMAP_UNICODE_CLASS_REC_GET (GET_PIC(library)->cff_cmap_unicode_class_rec) |
#define FT_CFF_FIELD_HANDLERS_GET (GET_PIC(library)->cff_field_handlers) |
+ /* see cffpic.c for the implementation */ |
+ void |
+ cff_driver_class_pic_free( FT_Library library ); |
+ |
+ FT_Error |
+ cff_driver_class_pic_init( FT_Library library ); |
+ |
#endif /* FT_CONFIG_OPTION_PIC */ |
/* */ |