mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
Do not export `dc_strlower' function
This commit is contained in:
@@ -168,7 +168,7 @@ pub unsafe fn dc_trim(buf: *mut libc::c_char) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* the result must be free()'d */
|
/* the result must be free()'d */
|
||||||
pub unsafe fn dc_strlower(in_0: *const libc::c_char) -> *mut libc::c_char {
|
unsafe fn dc_strlower(in_0: *const libc::c_char) -> *mut libc::c_char {
|
||||||
to_string(in_0).to_lowercase().strdup()
|
to_string(in_0).to_lowercase().strdup()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user