mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 02:51:14 +00:00
util: move string_is_safe() to string-util.[ch]
This commit is contained in:
@@ -168,3 +168,5 @@ void string_erase(char *x);
|
||||
char *string_free_erase(char *s);
|
||||
DEFINE_TRIVIAL_CLEANUP_FUNC(char *, string_free_erase);
|
||||
#define _cleanup_string_free_erase_ _cleanup_(string_free_erasep)
|
||||
|
||||
bool string_is_safe(const char *p) _pure_;
|
||||
|
||||
Reference in New Issue
Block a user