aboutsummaryrefslogtreecommitdiffstats
path: root/src/update_internal.h
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_internal.h
parent660e40d07e368ef4737a30fd146c64c8fb44d770 (diff)
downloadmpd-ddf7f5c131b04f2caee28c9456b98eeebe0c94ab.tar.gz
mpd-ddf7f5c131b04f2caee28c9456b98eeebe0c94ab.tar.xz
mpd-ddf7f5c131b04f2caee28c9456b98eeebe0c94ab.zip
update_internal.h: split header
Diffstat (limited to '')
-rw-r--r--src/update_walk.h (renamed from src/update_internal.h)21
1 files changed, 5 insertions, 16 deletions
diff --git a/src/update_internal.h b/src/update_walk.h
index 9da74d523..ab1e41fb9 100644
--- a/src/update_internal.h
+++ b/src/update_walk.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 The Music Player Daemon Project
+ * Copyright (C) 2003-2012 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -17,23 +17,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_UPDATE_INTERNAL_H
-#define MPD_UPDATE_INTERNAL_H
+#ifndef MPD_UPDATE_WALK_H
+#define MPD_UPDATE_WALK_H
-#include <stdbool.h>
-
-#undef G_LOG_DOMAIN
-#define G_LOG_DOMAIN "update"
-
-struct stat;
-struct song;
-struct directory;
+#include "check.h"
-unsigned
-update_queue_push(const char *path, bool discard, unsigned base);
-
-char *
-update_queue_shift(bool *discard_r);
+#include <stdbool.h>
void
update_walk_global_init(void);