diff options
| author | Bert <ber.t@gmx.com> | 2011-04-07 19:15:00 +0200 |
|---|---|---|
| committer | Bert <ber.t@gmx.com> | 2011-04-07 19:15:00 +0200 |
| commit | e9996882cb55c5b6974a3448f29bda32d6aa373d (patch) | |
| tree | 28585b374cc4b09443449ec767b67e0c954cd7eb /util.h | |
| parent | 7d40faeba6076477645e36034b58e4bf82d4a96c (diff) | |
Moved read_dir_rec into util.c
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,7 +44,9 @@ void die(const char*, ...); void size_readable(float*, const char**); char* absolute_path(const char*); + int create_dir_rec(const char*); +char** read_dir_rec(const char*); char* readline(FILE*); |
