/* merge-points.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__MERGE_POINTS_H
#define INCLUDE__LIBARCH__MERGE_POINTS_H
#include "libawk/relational.h"
#include "libarch/archive.h"
#include "libarch/project-tree.h"
/* automatically generated __STDC__ prototypes */
extern rel_table arch_tree_merge_points (t_uchar * tree_root,
t_uchar * into_archive, t_uchar * into_spec,
t_uchar * from_archive, t_uchar * from_spec);
extern rel_table arch_archive_merge_points (struct arch_archive * into_arch, t_uchar * into_spec,
t_uchar * from_archive, t_uchar * from_spec,
int upto);
extern rel_table arch_new_in_version (t_uchar * tree_root, t_uchar * archive, t_uchar * version);
extern rel_table arch_new_in_tree (arch_project_tree_t *tree, t_uchar * reference_tree_root);
#endif /* INCLUDE__LIBARCH__MERGE_POINTS_H */
/* tag: Tom Lord Sat Jan 5 15:26:10 2002 (merge-points.h)
*/
syntax highlighted by Code2HTML, v. 0.9.1