mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
string-util: add a function to determine levenshtein distance of two strings
This commit is contained in:
@@ -284,3 +284,5 @@ char *startswith_strv(const char *string, char **strv);
|
||||
bool version_is_valid(const char *s);
|
||||
|
||||
bool version_is_valid_versionspec(const char *s);
|
||||
|
||||
ssize_t strlevenshtein(const char *x, const char *y);
|
||||
|
||||
Reference in New Issue
Block a user