/* make-changeset-files.h: * **************************************************************** * Copyright (C) 2003 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__LIBARCH__MAKE_CHANGESET_FILES_H #define INCLUDE__LIBARCH__MAKE_CHANGESET_FILES_H #include "libarch/changeset-report.h" #include "libarch/make-changeset.h" #include "libarch/project-tree.h" /* automatically generated __STDC__ prototypes */ extern void arch_make_files_changeset (struct arch_make_changeset_report * report, t_uchar * dest, rel_table file_list, arch_project_tree_t * orig, arch_project_tree_t * mod, enum arch_id_tagging_method method, enum arch_inventory_category untagged_source_category, int escape_classes); #endif /* INCLUDE__LIBARCH__MAKE_CHANGESET_FILES_H */ /* tag: Tom Lord Sat Jan 5 15:26:10 2002 (make-changeset-files.h) */