add localtime determination system for timezone property
[systembsd.git] / src / util.h
index 5775fb406fc092e9ad1dec4301cfdf08405a3ec5..9bd6258f57dbf2c6a233559bc5c33ec212350089 100644 (file)
@@ -21,3 +21,7 @@ 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);
+gchar *get_file_sha256(const gchar *path);