cctools
chunk.h
1/*
2Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
3Copyright (C) 2022 The University of Notre Dame
4This software is distributed under the GNU General Public License.
5See the file COPYING for details.
6*/
7
15struct chunk_set *chunk_parse_file(char *file_name, char *ln_prefix, char *fc_prefix);
16
24char *chunk_read(struct chunk_set *chunk_set, const char *file_name, int *size);
25
32int chunk_concat(const char *new_name, const char * const *filenames, int num_files, char *ln_prefix, char *fc_prefix);