ReactOS 0.4.16-dev-2357-g35d0dfe
ftbzip2.h File Reference
Include dependency graph for ftbzip2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FT_BEGIN_HEADER FT_Stream_OpenBzip2 (FT_Stream stream, FT_Stream source)
 

Function Documentation

◆ FT_Stream_OpenBzip2()

FT_BEGIN_HEADER FT_Stream_OpenBzip2 ( FT_Stream  stream,
FT_Stream  source 
)

Definition at line 508 of file ftbzip2.c.

510 {
511 FT_UNUSED( stream );
512 FT_UNUSED( source );
513
514 return FT_THROW( Unimplemented_Feature );
515 }
#define FT_THROW(e)
Definition: ftdebug.h:243
#define FT_UNUSED(arg)
Definition: parse.h:23

Referenced by PCF_Face_Init().