_cleanup_(sd_bus_message_unrefp) sd_bus_message *request = NULL, *reply = NULL;
int authorized = false, challenge = false;
- r = bus_message_new_polkit_auth_call_for_bus(call, action, details, /* interactive = */ false, &request);
+ r = bus_message_new_polkit_auth_call_for_bus(call, action, details, /* flags = */ false, &request);
if (r < 0)
return r;
int shorten_overlong(const char *s, char **ret);
int read_etc_hostname_stream(FILE *f, bool substitute_wildcards, char **ret);
-int read_etc_hostname(const char *path, bool substitue_wildcards, char **ret);
+int read_etc_hostname(const char *path, bool substitute_wildcards, char **ret);
void hostname_update_source_hint(const char *hostname, HostnameSource source);
int hostname_setup(bool really);