Add more details to comment about constness of burn_msgs_set_severities params
This commit is contained in:
parent
11fe919c9d
commit
91da030458
1 changed files with 2 additions and 2 deletions
|
|
@ -5125,8 +5125,8 @@ unsafe extern "C" {
|
|||
/// @since 0.2.6
|
||||
pub fn burn_msgs_set_severities(
|
||||
// These three *const ::std::os::raw::c_char were actually `*mut`s instead,
|
||||
// but, based on the example code, I'm pretty sure they should have been
|
||||
// pointers to const
|
||||
// but, based on the example code and this function's implementatoion, I'm
|
||||
// pretty sure they should have been pointers to const
|
||||
queue_severity: *const ::std::os::raw::c_char,
|
||||
print_severity: *const ::std::os::raw::c_char,
|
||||
print_id: *const ::std::os::raw::c_char,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue