repo.or.cz
/
rmail.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Init mime struct
[rmail.git]
/
src
/
utils
/
file_utils.h
blob
e861e604df562f98f4a7faf6792bcc3723133f08
1
#ifndef FILE_UTILS_H
2
#define FILE_UTILS_H
3
4
int
file_type
(
const char
*
file
);
5
size_t
dir_entries
(
const char
*
path
);
6
int
scan_dir
(
const char
*
path
,
void
(*
file_callback
)(
const char
*));
7
8
#endif
/* FILE_UTILS_H */