aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
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);