X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=src%2Futil.h;h=9bd6258f57dbf2c6a233559bc5c33ec212350089;hp=c80dc07e031568d332a60cc16dd01e574ec50b0d;hb=03f12ac7edc62424667774b00fd250fe54879c29;hpb=de46ace438056c7e63fcf3527fc9a3e6cc5c976e diff --git a/src/util.h b/src/util.h index c80dc07..9bd6258 100644 --- a/src/util.h +++ b/src/util.h @@ -24,3 +24,4 @@ check_auth_result polkit_try_auth(const gchar *bus, const gchar *action, gboolea gchar * config_get(const gchar *path, gchar *key); gboolean config_set(const gchar *path, gchar *key, gchar *value); +gchar *get_file_sha256(const gchar *path);