dirvec: migrate from pthread to glib threads

This commit is contained in:
Thomas Jansen
2008-12-28 21:02:30 +01:00
parent 8332a70406
commit 4ed895c799
3 changed files with 36 additions and 17 deletions

View File

@@ -8,6 +8,10 @@ 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);