tighten up polkit-auth, implement in hostnamed.c
[systembsd.git] / src / polkit-auth.h
index b672e67b06f627c3197c47c7a2a1553a442cf4e1..5775fb406fc092e9ad1dec4301cfdf08405a3ec5 100644 (file)
@@ -20,4 +20,4 @@ typedef enum {
     ERROR_BADBUS, ERROR_BADACTION, ERROR_GENERIC
 } check_auth_result;
 
-check_auth_result polkit_try_auth(const gchar *bus, const gchar *action);
+check_auth_result polkit_try_auth(const gchar *bus, const gchar *action, gboolean prompt);