10 #include <sys/types.h>
32 struct batch_file *batch_file_create(
struct batch_queue *queue,
const char *outer_name,
const char *inner_name );
55 char * batch_files_to_string(
struct batch_queue *queue,
struct list *files );
62 int batch_file_outer_compare(
const void *file1,
const void *file2);
68 char * batch_file_generate_id(
struct batch_file *f);
74 char * batch_file_generate_id_dir(
char *file_name);
Definition: batch_file.h:20
General purpose debugging routines.
Robust, reentrant linked list structure.
Definition: batch_job_internal.h:50
Routines for computing SHA1 checksums.