mirror of
https://github.com/systemd/systemd.git
synced 2026-07-22 07:20:07 +00:00
string-util: move startswith_strv to strv
This commit is contained in:
@@ -291,11 +291,6 @@ char *strdupcspn(const char *a, const char *reject);
|
||||
|
||||
char *find_line_startswith(const char *haystack, const char *needle);
|
||||
|
||||
char *startswith_strv(const char *string, char **strv);
|
||||
|
||||
#define STARTSWITH_SET(p, ...) \
|
||||
startswith_strv(p, STRV_MAKE(__VA_ARGS__))
|
||||
|
||||
bool version_is_valid(const char *s);
|
||||
|
||||
bool version_is_valid_versionspec(const char *s);
|
||||
|
||||
Reference in New Issue
Block a user