/[freetype]/freetype2/src/cache/ftcmru.c
ViewVC logotype

Diff of /freetype2/src/cache/ftcmru.c

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

revision 1.8 by werner, Sat Mar 20 20:44:45 2004 UTC revision 1.9 by olvaffe, Thu Oct 20 02:13:46 2005 UTC
# Line 181  Line 181 
181    }    }
182    
183    
184    FT_EXPORT( void )    FT_EXPORT_DEF( void )
185    FTC_MruList_Reset( FTC_MruList  list )    FTC_MruList_Reset( FTC_MruList  list )
186    {    {
187      while ( list->nodes )      while ( list->nodes )
# Line 191  Line 191 
191    }    }
192    
193    
194    FT_EXPORT( void )    FT_EXPORT_DEF( void )
195    FTC_MruList_Done( FTC_MruList  list )    FTC_MruList_Done( FTC_MruList  list )
196    {    {
197      FTC_MruList_Reset( list );      FTC_MruList_Reset( list );
# Line 285  Line 285 
285    }    }
286    
287    
288    FT_EXPORT( FT_Error )    FT_EXPORT_DEF( FT_Error )
289    FTC_MruList_Lookup( FTC_MruList   list,    FTC_MruList_Lookup( FTC_MruList   list,
290                        FT_Pointer    key,                        FT_Pointer    key,
291                        FTC_MruNode  *anode )                        FTC_MruNode  *anode )

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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