[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: sdb
Date: 06/08/22 14:20:00
Modified: . prototype.h
Log:
Fixed bug in which adding a new attrib column would munge the
visibility of existing attributes.
Revision Changes Path
1.14 +2 -0 eda/geda/gaf/gattrib/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/gattrib/include/prototype.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- prototype.h 13 Aug 2006 12:31:56 -0000 1.13
+++ prototype.h 22 Aug 2006 18:20:00 -0000 1.14
@@ -67,6 +67,8 @@
/* ------------- s_table.c ------------- */
TABLE **s_table_new(int rows, int cols);
+TABLE **s_table_resize(TABLE **table,
+ int rows, int old_cols, int new_cols);
void s_table_destroy(TABLE **table, int row_count, int col_count);
int s_table_get_index(STRING_LIST *list, char *string);
STRING_LIST *s_table_create_attrib_pair(gchar *row_name,
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs