chunk.h

00001 /*
00002 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
00003 Copyright (C) 2005- The University of Notre Dame
00004 This software is distributed under the GNU General Public License.
00005 See the file COPYING for details.
00006 */
00007 
00015 struct chunk_set *chunk_parse_file(char *file_name, char *ln_prefix, char *fc_prefix);
00016 
00024 char *chunk_read(struct chunk_set *chunk_set, const char *file_name, int *size);
00025 
00032 int chunk_concat(const char *new_name, char **filenames, int num_files, char *ln_prefix, char *fc_prefix);