aboutsummaryrefslogtreecommitdiff
path: root/src/dirvec.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-01-21 10:47:13 +0100
committerMax Kellermann <max@duempel.org>2012-01-21 10:51:53 +0100
commita46712809363d7cb5337d3aca67e2d06c515ad85 (patch)
tree5b30f0f045efebb6d39e812a750f01e953478210 /src/dirvec.h
parentabf41eb85ceac2776a4449e5cc58b6804e8b6298 (diff)
db_lock: new unified lock for songvec and dirvec
Diffstat (limited to 'src/dirvec.h')
-rw-r--r--src/dirvec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dirvec.h b/src/dirvec.h
index a15510ab..b9d730a1 100644
--- a/src/dirvec.h
+++ b/src/dirvec.h
@@ -27,10 +27,6 @@ struct dirvec {
size_t nr;
};
-void dirvec_init(void);
-
-void dirvec_deinit(void);
-
void dirvec_sort(struct dirvec *dv);
struct directory *dirvec_find(const struct dirvec *dv, const char *path);