/* changelogs.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__CHANGELOGS_H
#define INCLUDE__LIBARCH__CHANGELOGS_H


#include "libarch/project-tree.h"


/* automatically generated __STDC__ prototypes */
extern int arch_id_indicates_changelog (t_uchar * tag);
extern void arch_parse_changelog_id (t_uchar ** archive, t_uchar ** version, t_uchar * tag);
extern void arch_generate_changelog (int out_fd,
                                     arch_project_tree_t * tree,
                                     int no_files,
                                     int untagged,
                                     t_uchar * new_entry_patch_lvl,
                                     t_uchar * new_entry_file,
                                     t_uchar * archive,
                                     t_uchar * version);
#endif  /* INCLUDE__LIBARCH__CHANGELOGS_H */


/* tag: Tom Lord Sat Jan  5 15:26:10 2002 (changelogs.h)
 */


syntax highlighted by Code2HTML, v. 0.9.1