mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
login: add missing _public_ to sd_get_machine_names()
This commit is contained in:
@@ -591,7 +591,7 @@ _public_ int sd_get_uids(uid_t **users) {
|
||||
return r;
|
||||
}
|
||||
|
||||
int sd_get_machine_names(char ***machines) {
|
||||
_public_ int sd_get_machine_names(char ***machines) {
|
||||
_cleanup_closedir_ DIR *d = NULL;
|
||||
_cleanup_strv_free_ char **l = NULL;
|
||||
_cleanup_free_ char *md = NULL;
|
||||
|
||||
Reference in New Issue
Block a user