[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 06/12/05 14:39:14

  Modified:    .        prototype.h
  Log:
  Converted the clib_directories list into a double linked list and 
  
  reversed the search order (last added directories first).
  
  
  
  
  Revision  Changes    Path
  1.109     +1 -1      eda/geda/gaf/libgeda/include/prototype.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: prototype.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/prototype.h,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -b -r1.108 -r1.109
  --- prototype.h	1 Nov 2006 16:11:27 -0000	1.108
  +++ prototype.h	5 Dec 2006 19:39:14 -0000	1.109
  @@ -497,7 +497,7 @@
   void s_clib_init (void);
   void s_clib_free (void);
   void s_clib_add_directory (const gchar *directory);
  -const GSList* s_clib_get_directories ();
  +const GList* s_clib_get_directories ();
   GSList* s_clib_get_files (const gchar *directory, const gchar *filter);
   const GSList* s_clib_search_basename (const gchar *basename);
   
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs