Skip to content

Commit

Permalink
fitst tag added
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Feb 3, 2024
1 parent d1ec83d commit 9cae986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ pub struct z_id_t {
/// Unless the `session` is invalid, that ID is guaranteed to be non-zero.
/// In other words, this function returning an array of 16 zeros means you failed
/// to pass it a valid session.
///
/// tags{session.zid}
#[allow(clippy::missing_safety_doc)]
#[no_mangle]
pub unsafe extern "C" fn z_info_zid(session: z_session_t) -> z_id_t {
Expand Down

0 comments on commit 9cae986

Please sign in to comment.