/* build-revision.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__BUILD_REVISION_H #define INCLUDE__LIBARCH__BUILD_REVISION_H #include "libarch/archive.h" #include "libarch/apply-changeset.h" /* automatically generated __STDC__ prototypes */ extern int arch_build_revision (t_uchar const * const dest_dir, struct arch_archive * arch, t_uchar const * const archive, t_uchar const * const revision, arch_project_tree_t * cache); void arch_build_library_revision(int no_patch_noise, t_uchar const * const dest_directory, struct arch_archive * arch, arch_patch_id * patch_id, t_uchar const * const opt_library, t_uchar const * const opt_same_dev_path, int sparse, arch_apply_changeset_report_callback callback, int escape_classes); #endif /* INCLUDE__LIBARCH__BUILD_REVISION_H */ /* tag: Tom Lord Sat Jan 5 15:26:10 2002 (build-revision.h) */