00001 /* 00002 * $Id: graph_static_int.h,v 1.2 2002/08/27 15:29:01 fabio Exp $ 00003 * 00004 */ 00005 00006 #include "graph_static.h" 00007 00008 typedef struct g_field_struct { 00009 int num_g_slots; 00010 int num_v_slots; 00011 int num_e_slots; 00012 gGeneric user_data; 00013 } g_field_t;