fixes build system in german (utf-8) locale
[cmus.git] / load_dir.h
blob4227aab442830061211d484dfcdc0915c23c4f82
1 /*
2 * Copyright Timo Hirvonen
3 */
5 #ifndef _LOAD_DIR_H
6 #define _LOAD_DIR_H
8 #include <sys/stat.h>
10 int load_dir(const char *dirname, char ***names,
11 int (*filter)(const char *name, const struct stat *s),
12 int (*compare)(const void *a, const void *b));
14 #endif