mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 07:15:27 +00:00
Version the functions in libsudo_util
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
* The caller is responsible for freeing the string.
|
||||
*/
|
||||
char *
|
||||
sudo_new_key_val(const char *key, const char *val)
|
||||
sudo_new_key_val_v1(const char *key, const char *val)
|
||||
{
|
||||
size_t key_len = strlen(key);
|
||||
size_t val_len = strlen(val);
|
||||
|
Reference in New Issue
Block a user