Move all induction folder related host code into induct.c
This commit is contained in:
@@ -10,8 +10,11 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define INDUCT_DIR "induct"
|
||||
static const char INDUCT_DIR[] = "induct";
|
||||
|
||||
int sort_by_mtime (const void *p1, const void *p2);
|
||||
int induct_ctx_init (induct_ctx_t *induct_ctx, const user_options_t *user_options, const folder_config_t *folder_config, const time_t proc_start);
|
||||
void induct_ctx_scan (induct_ctx_t *induct_ctx);
|
||||
void induct_ctx_cleanup (induct_ctx_t *induct_ctx);
|
||||
void induct_ctx_destroy (induct_ctx_t *induct_ctx);
|
||||
|
||||
#endif // _INDUCT_H
|
||||
|
||||
Reference in New Issue
Block a user