summaryrefslogtreecommitdiff
path: root/common/dconf-gvdb-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dconf-gvdb-utils.h')
-rw-r--r--common/dconf-gvdb-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/dconf-gvdb-utils.h b/common/dconf-gvdb-utils.h
index 8d73133..4bd4cd9 100644
--- a/common/dconf-gvdb-utils.h
+++ b/common/dconf-gvdb-utils.h
@@ -21,8 +21,10 @@
#ifndef __dconf_gvdb_utils_h__
#define __dconf_gvdb_utils_h__
+#include "../gvdb/gvdb-reader.h"
#include "./dconf-changeset.h"
+DConfChangeset * dconf_gvdb_utils_changeset_from_table (GvdbTable *table);
DConfChangeset * dconf_gvdb_utils_read_and_back_up_file (const gchar *filename,
gboolean *file_missing,
GError **error);