chiark / gitweb /
journalctl: allow the user to specify the file(s) to use
[elogind.git] / src / shared / util.h
index e6f9312e9513738ef0ae731b8bcca7a6fc978f0c..ddb21b4a9c596b52edf3dc0ea41e70cc0a791c33 100644 (file)
@@ -439,6 +439,7 @@ char* uid_to_name(uid_t uid);
 char* gid_to_name(gid_t gid);
 
 int glob_exists(const char *path);
+int glob_extend(char ***strv, const char *path);
 
 int dirent_ensure_type(DIR *d, struct dirent *de);