aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/pshinter/pshpic.h
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/pshinter/pshpic.h')
-rw-r--r--freetype/src/pshinter/pshpic.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/freetype/src/pshinter/pshpic.h b/freetype/src/pshinter/pshpic.h
index 9e8ddc7d6..e54899acd 100644
--- a/freetype/src/pshinter/pshpic.h
+++ b/freetype/src/pshinter/pshpic.h
@@ -19,7 +19,7 @@
#ifndef __PSHPIC_H__
#define __PSHPIC_H__
-
+
FT_BEGIN_HEADER
#include <freetype/internal/ftpic.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 */