chiark / gitweb /
core: make sure scope attributes survive a reload
[elogind.git] / src / shared / util.h
index fac08ca43c1b4e96ddf5db4be5da340f05cc657d..ac999c624cdf4f35009ebb7bd0f30f0da2323d30 100644 (file)
@@ -735,3 +735,5 @@ static inline void _reset_locale_(struct _locale_struct_ *s) {
 
 bool id128_is_valid(const char *s) _pure_;
 void parse_user_at_host(char *arg, char **user, char **host);
+
+int split_pair(const char *s, const char *sep, char **l, char **r);