Index: src/pshinter/pshpic.h |
diff --git a/src/pshinter/pshpic.h b/src/pshinter/pshpic.h |
index 3555d8e8513ec61a33ab3e5961c31caf43412803..c10bdd9996997980eb79c6017eabaf5b55b286b6 100644 |
--- a/src/pshinter/pshpic.h |
+++ b/src/pshinter/pshpic.h |
@@ -19,7 +19,7 @@ |
#ifndef __PSHPIC_H__ |
#define __PSHPIC_H__ |
- |
+ |
FT_BEGIN_HEADER |
#include FT_INTERNAL_PIC_H |
@@ -40,6 +40,12 @@ FT_BEGIN_HEADER |
#define GET_PIC(lib) ((PSHinterPIC*)((lib)->pic_container.autofit)) |
#define FTPSHINTER_INTERFACE_GET (GET_PIC(library)->pshinter_interface) |
+ /* see pshpic.c for the implementation */ |
+ void |
+ pshinter_module_class_pic_free( FT_Library library ); |
+ |
+ FT_Error |
+ pshinter_module_class_pic_init( FT_Library library ); |
#endif /* FT_CONFIG_OPTION_PIC */ |