aboutsummaryrefslogtreecommitdiff
path: root/src/update_walk.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-06-13 21:38:28 +0200
committerMax Kellermann <max@duempel.org>2012-06-13 21:38:28 +0200
commitddf7f5c131b04f2caee28c9456b98eeebe0c94ab (patch)
tree2760cc99725f557dc86f4b0a63de277b19b94d16 /src/update_walk.c
parent660e40d07e368ef4737a30fd146c64c8fb44d770 (diff)
update_internal.h: split header
Diffstat (limited to 'src/update_walk.c')
-rw-r--r--src/update_walk.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/update_walk.c b/src/update_walk.c
index c9d6d81c..72abf39c 100644
--- a/src/update_walk.c
+++ b/src/update_walk.c
@@ -18,7 +18,7 @@
*/
#include "config.h" /* must be first for large file support */
-#include "update_internal.h"
+#include "update_walk.h"
#include "update_io.h"
#include "update_db.h"
#include "database.h"
@@ -54,6 +54,9 @@
#include <stdlib.h>
#include <errno.h>
+#undef G_LOG_DOMAIN
+#define G_LOG_DOMAIN "update"
+
static bool walk_discard;
static bool modified;