fix rust bindings

This commit is contained in:
vanhauser-thc
2021-07-20 22:31:45 +02:00
parent 5543bd5b63
commit bbff0c88fa

View File

@ -619,7 +619,7 @@ where
}
}
fn queue_new_entry(&mut self, filename_new_queue: &Path, filename_orig_queue: Option<&Path>) {
fn queue_new_entry(&mut self, filename_new_queue: &Path, filename_orig_queue: Option<&Path>) -> bool {
match self.queue_new_entry(filename_new_queue, filename_orig_queue) {
Ok(r) => r,
Err(e) => {