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

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

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

revision 1.32 by davidT, Fri Apr 12 09:31:46 2002 UTC revision 1.33 by olvaffe, Thu Nov 17 01:53:07 2005 UTC
# Line 215  Line 215 
215    
216    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
217    
218    FT_EXPORT_DEF( FT_Error )    FT_BASE_DEF( FT_Error )
219    FT_Stream_Open( FT_Stream    stream,    FT_Stream_Open( FT_Stream    stream,
220                    const char*  filepathname )                    const char*  filepathname )
221    {    {
# Line 266  Line 266 
266    
267    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
268    
269    FT_EXPORT_DEF( FT_Memory )    FT_BASE_DEF( FT_Memory )
270    FT_New_Memory( void )    FT_New_Memory( void )
271    {    {
272      FT_Memory  memory;      FT_Memory  memory;
# Line 290  Line 290 
290    
291    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
292    
293    FT_EXPORT_DEF( void )    FT_BASE_DEF( void )
294    FT_Done_Memory( FT_Memory  memory )    FT_Done_Memory( FT_Memory  memory )
295    {    {
296  #ifdef FT_DEBUG_MEMORY  #ifdef FT_DEBUG_MEMORY

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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