This is not used outside of its containing file.
attr_list_add(tl, new_attr_ref(at));
}
}
-void filter_attributes(char *prefix, topview * t)
+static void filter_attributes(char *prefix, topview * t)
{
int ind;
extern attr_list* attr_list_new(Agraph_t * g,int with_widgets );
extern void attr_list_add(attr_list* l,attr_t* a);
extern void free_attr_list(attr_list* l);
-extern void filter_attributes(char* prefix,topview* t);
_BB void on_txtAttr_changed(GtkWidget * widget, gpointer user_data);
_BB void attr_label_motion(GtkWidget * widget,GdkEventMotion * event, gpointer data);