login: add missing _public_ to sd_get_machine_names()

This commit is contained in:
Lennart Poettering 2013-05-07 12:47:30 +02:00
parent 815ac0f1db
commit 4d5fb96252

View file

@ -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;