Fix rename

This commit is contained in:
Franz Heinzmann (Frando)
2022-07-15 15:49:42 +02:00
parent 361b7f5b69
commit 343bb34589
3 changed files with 5 additions and 5 deletions

View File

@@ -4442,12 +4442,12 @@ pub unsafe extern "C" fn dc_accounts_get_next_event(
#[cfg(feature = "jsonrpc")]
mod jsonrpc {
use super::*;
use deltachat_jsonrpc::api::CommandApi;
use deltachat_jsonrpc::api::DeltaChatApiV0;
use deltachat_jsonrpc::yerpc::{OutReceiver, RpcClient, RpcSession};
pub struct dc_jsonrpc_instance_t {
receiver: OutReceiver,
handle: RpcSession<CommandApi>,
handle: RpcSession<DeltaChatApiV0>,
}
#[no_mangle]