X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30cc0c481881dac4d9764b64b35049798dad47c9..188feea2cf5d0362ee0863cd59f5738b07da2aae:/src/xbt/heap_private.h diff --git a/src/xbt/heap_private.h b/src/xbt/heap_private.h index 82c060a3d5..59e7dbdd89 100644 --- a/src/xbt/heap_private.h +++ b/src/xbt/heap_private.h @@ -28,7 +28,7 @@ typedef struct xbt_heap { #define KEY(H,i) ((H->items)[i]).key #define CONTENT(H,i) ((H->items)[i]).content -void xbt_heap_maxHeapify(xbt_heap_t H); -void xbt_heap_increaseKey(xbt_heap_t H, int i); +static void xbt_heap_maxHeapify(xbt_heap_t H); +static void xbt_heap_increaseKey(xbt_heap_t H, int i); #endif /* _XBT_HEAP_PRIVATE_H */