2019-03-27 23:40:35 +01:00
|
|
|
#include "serialise.hh"
|
2019-09-11 12:43:07 +02:00
|
|
|
#include "rust-ffi.hh"
|
2019-03-27 14:12:20 +01:00
|
|
|
|
|
|
|
extern "C" {
|
2019-09-11 01:15:20 +02:00
|
|
|
rust::CBox2<rust::Result<std::tuple<>>> unpack_tarfile(rust::Source source, rust::StringSlice dest_dir);
|
2019-03-27 14:12:20 +01:00
|
|
|
}
|