chiark / gitweb /
login: add missing _public_ to sd_get_machine_names()
[elogind.git] / src / login / sd-login.c
index 66c4487ff88ff6a3f37f6fe117816cb540530579..d0dc42f685977fde230f1d951e7409d79c56f2f6 100644 (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;