]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod_command.c
daemon: Rename public functions.
[paraslash.git] / audiod_command.c
index 4485d9e9df28ca0fb2d1689046c1e53cffc9f5a5..e65f747a50625b99fd3c06c69c62f30d475ddbac 100644 (file)
@@ -510,7 +510,7 @@ void audiod_status_dump(bool force)
                        free(new);
        }
 
-       new = get_server_uptime_str(now);
+       new = daemon_get_uptime_str(now);
        old = stat_item_values[SI_AUDIOD_UPTIME];
        if (force || !old || strcmp(old, new)) {
                free(old);