mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
@@ -10,11 +10,11 @@ use std::{
|
||||
ffi::{CStr, CString},
|
||||
result::Result,
|
||||
};
|
||||
|
||||
use crate::{
|
||||
allow_err, log, send_data, ClipboardFile, CliprdrError, CliprdrServiceContext, ResultType,
|
||||
allow_err, send_data, ClipboardFile, CliprdrError, CliprdrServiceContext, ResultType,
|
||||
ERR_CODE_INVALID_PARAMETER, ERR_CODE_SERVER_FUNCTION_NONE, VEC_MSG_CHANNEL,
|
||||
};
|
||||
use hbb_common::log;
|
||||
|
||||
// only used error code will be recorded here
|
||||
/// success
|
||||
|
||||
Reference in New Issue
Block a user