]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/heap.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Interface cleanup
[simgrid.git] / include / xbt / heap.h
index 02fdf0d7c07adf02124528554c11c9a12a4a9bdd..e0ddfb8dd388ca06c53814f267d8d95e48561531 100644 (file)
@@ -35,6 +35,8 @@ XBT_PUBLIC(void) xbt_heap_set_update_callback(xbt_heap_t H,
                                                                        *,
                                                                        int));
 XBT_PUBLIC(void *) xbt_heap_remove(xbt_heap_t H, int i);
+XBT_PUBLIC(void ) xbt_heap_update(xbt_heap_t H, int i, double key);
+
 /* @} */
 SG_END_DECL()
 #endif                          /* _XBT_HEAP_H */