/[freetype]/freetype2/builds/unix/ftsystem.c
ViewVC logotype

Diff of /freetype2/builds/unix/ftsystem.c

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

revision 1.27 by freetype, Fri Oct 28 16:14:14 2005 UTC revision 1.28 by olvaffe, Fri Nov 18 04:29:31 2005 UTC
# Line 226  Line 226 
226    
227    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
228    
229    FT_EXPORT_DEF( FT_Error )    FT_BASE_DEF( FT_Error )
230    FT_Stream_Open( FT_Stream    stream,    FT_Stream_Open( FT_Stream    stream,
231                    const char*  filepathname )                    const char*  filepathname )
232    {    {
# Line 360  Line 360 
360    
361    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
362    
363    FT_EXPORT_DEF( FT_Memory )    FT_BASE_DEF( FT_Memory )
364    FT_New_Memory( void )    FT_New_Memory( void )
365    {    {
366      FT_Memory  memory;      FT_Memory  memory;
# Line 384  Line 384 
384    
385    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
386    
387    FT_EXPORT_DEF( void )    FT_BASE_DEF( void )
388    FT_Done_Memory( FT_Memory  memory )    FT_Done_Memory( FT_Memory  memory )
389    {    {
390  #ifdef FT_DEBUG_MEMORY  #ifdef FT_DEBUG_MEMORY

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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