diff options
author | robi <robi> | 2010-09-24 02:03:00 +0000 |
---|---|---|
committer | robi <robi> | 2010-09-24 02:03:00 +0000 |
commit | 2761a6bac18b775c6ddd5dcdc83ade0ce6e4944c (patch) | |
tree | 62226f1e1439c8c1e7241722fe86bfcb2e728528 /src/imap_search.c | |
parent | 2a7afdee4772f99afdc404bcafea2b70df1bead0 (diff) |
magic functions
Diffstat (limited to 'src/imap_search.c')
-rw-r--r-- | src/imap_search.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/imap_search.c b/src/imap_search.c index b86ebb9..421ec9d 100644 --- a/src/imap_search.c +++ b/src/imap_search.c @@ -31,7 +31,6 @@ extern ext2_filsys current_fs; - // search inode by use imap (step1: flag 1 = only directory ; step2: flag 0 = only file) static void search_imap_inode(char* des_dir, __u32 t_after, __u32 t_before, int flag) { @@ -204,4 +203,3 @@ void imap_search(char* des_dir, __u32 t_after, __u32 t_before){ return; } - |