1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

Rust cleanup

This commit is contained in:
Eelco Dolstra 2019-09-10 21:55:32 +02:00
parent 343ebcc048
commit 8110b4ebb2
6 changed files with 74 additions and 63 deletions

View file

@ -40,5 +40,5 @@ struct Source
}
extern "C" {
bool unpack_tarfile(rust::Source source, rust::StringSlice dest_dir);
void unpack_tarfile(rust::Source source, rust::StringSlice dest_dir);
}