1 /* tag.h:
2  *
3  ****************************************************************
4  * Copyright (C) 2003 Tom Lord
5  *
6  * See the file "COPYING" for further information about
7  * the copyright and warranty status of this work.
8  */
9 
10 #ifndef INCLUDE__LIBARCH__TAG_H
11 #define INCLUDE__LIBARCH__TAG_H
12 
13 
14 
15 /* automatically generated __STDC__ prototypes */
16 extern void arch_tag (int chatter_fd,
17                       struct arch_archive * arch,
18                       t_uchar * revision,
19                       struct arch_archive * from_arch,
20                       t_uchar * from_revision,
21                       t_uchar * raw_log);
22 #endif  /* INCLUDE__LIBARCH__TAG_H */
23 
24 
25 /* tag: Tom Lord Sat Jan  5 15:26:10 2002 (tag.h)
26  */
27