X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Futil.h;h=c80dc07e031568d332a60cc16dd01e574ec50b0d;hb=a3d2e50f33b4a595ff5fe44ed1d28de03d3da22d;hp=5775fb406fc092e9ad1dec4301cfdf08405a3ec5;hpb=ed4cf3c89bbf73021ea8a1db6ceb86f2f93683cd;p=systembsd.git diff --git a/src/util.h b/src/util.h index 5775fb4..c80dc07 100644 --- a/src/util.h +++ b/src/util.h @@ -21,3 +21,6 @@ typedef enum { } check_auth_result; check_auth_result polkit_try_auth(const gchar *bus, const gchar *action, gboolean prompt); + +gchar * config_get(const gchar *path, gchar *key); +gboolean config_set(const gchar *path, gchar *key, gchar *value);