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

gEDA-cvs: CVS update: prototype.h



  User: ahvezda 
  Date: 05/11/06 21:43:29

  Modified:    .        prototype.h
  Log:
  A bunch of changes, most having to do with tweaks to the "L" net drawing 
  
  
  
  
  Revision  Changes    Path
  1.99      +1 -0      eda/geda/devel/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/devel/libgeda/include/prototype.h,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -b -r1.98 -r1.99
  --- prototype.h	28 Oct 2005 22:26:33 -0000	1.98
  +++ prototype.h	7 Nov 2005 02:43:28 -0000	1.99
  @@ -508,6 +508,7 @@
   void s_conn_update_object(TOPLEVEL *w_current, OBJECT *object);
   void s_conn_update_complex(TOPLEVEL *w_current, OBJECT *complex);
   void s_conn_print(GList *conn_list);
  +int s_conn_net_search(OBJECT* new_net, int whichone, GList * conn_list);
   GList *s_conn_return_others(GList *input_list, OBJECT *object);
   GList *s_conn_return_complex_others(GList *input_list, OBJECT *object);