Skip to content

Commit 2f9f187

Browse files
Mic92mergify[bot]
authored andcommitted
drop unused header definitions
1 parent aa248fd commit 2f9f187

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

libnixstore/include/nix.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,11 @@ bool is_valid_path(rust::Str path);
99
rust::String query_path_hash(rust::Str path);
1010
InternalPathInfo query_path_info(rust::Str path, bool base32);
1111
rust::String query_path_from_hash_part(rust::Str hash_part);
12-
void export_paths(int32_t fd, rust::Vec<rust::Str> paths);
13-
void import_paths(int32_t fd, bool dont_check_signs);
14-
rust::String hash_file(rust::Str algo, bool base32, rust::Str path);
15-
rust::String hash_string(rust::Str algo, bool base32, rust::Str s);
1612
rust::String convert_hash(rust::Str algo, rust::Str s, bool to_base_32);
1713
rust::String sign_string(rust::Str secret_key, rust::Str msg);
1814
bool check_signature(rust::Str public_key, rust::Str sig, rust::Str msg);
1915
InternalDrv derivation_from_path(rust::Str drv_path);
20-
void add_temp_root(rust::Str store_path);
21-
rust::String get_bin_dir();
2216
rust::String get_store_dir();
23-
2417
rust::String get_build_log(rust::Str derivation_path);
2518
rust::String get_nar_list(rust::Str store_path);
2619

0 commit comments

Comments
 (0)