Skip to content

Commit 66fa9b9

Browse files
committed
session client DOC obsolete references
1 parent d5bfc48 commit 66fa9b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/session_client.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,7 @@ int nc_recv_notif_dispatch(struct nc_session *session,
601601
* @brief Send NETCONF RPC message via the session.
602602
*
603603
* @param[in] session NETCONF session where the RPC will be written.
604-
* @param[in] rpc NETCOFN RPC object to send via specified session. Object can be created by
605-
* nc_rpc_lock(), nc_rpc_unlock() and nc_rpc_generic() functions.
604+
* @param[in] rpc NETCONF RPC object to send via the specified session.
606605
* @param[in] timeout Timeout for writing in milliseconds. Use negative value for infinite
607606
* waiting and 0 for return if data cannot be sent immediately.
608607
* @param[out] msgid If RPC was successfully sent, this is it's message ID.

0 commit comments

Comments
 (0)