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