diff options
Diffstat (limited to 'crates/shirabe-php-shim/src/lib.rs')
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 4a8d035..072d458 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -521,3 +521,7 @@ pub fn html_entity_decode(s: &str) -> String { pub fn hash_file(algo: &str, filename: &str) -> Option<String> { todo!() } + +pub fn strnatcasecmp(s1: &str, s2: &str) -> i64 { + todo!() +} |
