/[freetype]/freetype2/builds/amiga/src/base/ftsystem.c
ViewVC logotype

Diff of /freetype2/builds/amiga/src/base/ftsystem.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by wl, Wed Jun 8 11:56:55 2005 UTC revision 1.11 by tetisoft, Thu Nov 17 16:28:41 2005 UTC
# Line 377  Free_VecPooled( APTR  poolHeader, Line 377  Free_VecPooled( APTR  poolHeader,
377    
378    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
379    
380    FT_EXPORT_DEF( FT_Error )    FT_BASE_DEF( FT_Error )
381    FT_Stream_Open( FT_Stream    stream,    FT_Stream_Open( FT_Stream    stream,
382                    const char*  filepathname )                    const char*  filepathname )
383    {    {
# Line 463  Free_VecPooled( APTR  poolHeader, Line 463  Free_VecPooled( APTR  poolHeader,
463    
464    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
465    
466    FT_EXPORT_DEF( FT_Memory )    FT_BASE_DEF( FT_Memory )
467    FT_New_Memory( void )    FT_New_Memory( void )
468    {    {
469      FT_Memory  memory;      FT_Memory  memory;
# Line 503  Free_VecPooled( APTR  poolHeader, Line 503  Free_VecPooled( APTR  poolHeader,
503    
504    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
505    
506    FT_EXPORT_DEF( void )    FT_BASE_DEF( void )
507    FT_Done_Memory( FT_Memory  memory )    FT_Done_Memory( FT_Memory  memory )
508    {    {
509  #ifdef FT_DEBUG_MEMORY  #ifdef FT_DEBUG_MEMORY

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26