chiark / gitweb /
Allow for the use of @ in remote host calls
[elogind.git] / src / shared / util.h
index 64e63b8c0764ca69ce56f02e0473e5118606ba35..e6f9312e9513738ef0ae731b8bcca7a6fc978f0c 100644 (file)
@@ -732,3 +732,4 @@ static inline void _reset_locale_(struct _locale_struct_ *s) {
              _saved_locale_.quit = true)
 
 bool id128_is_valid(const char *s) _pure_;
+void parse_user_at_host(char *arg, char **user, char **host);