summary refs log tree commit diff
path: root/src/rt/rust_box_annihilator.h
blob: 7064c36547e88442b74c6724edea0773431a54bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef RUST_BOX_ANNIHILATOR_H
#define RUST_BOX_ANNIHILATOR_H

#include "rust_task.h"

void
annihilate_box(rust_task *task, rust_opaque_box *box);

void
annihilate_boxes(rust_task *task);

#endif