aboutsummaryrefslogtreecommitdiff
path: root/src/dirvec.h
diff options
context:
space:
mode:
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);