Added some functions for bucket managment.
[libfirm] / pbqp_edge.h
index 8679f17..c106435 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "pbqp_t.h"
 
-pbqp_edge *alloc_edge(pbqp *pbqp, int src_index, int tgt_index, matrix *costs);
+pbqp_edge *alloc_edge(pbqp *pbqp, int src_index, int tgt_index, pbqp_matrix *costs);
+
+void delete_edge(pbqp_edge *edge);
 
 #endif /* KAPS_PBQP_EDGE_H */