1 /* build-revision.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__BUILD_REVISION_H
11 #define INCLUDE__LIBARCH__BUILD_REVISION_H
12 
13 
14 #include "tla/libarch/archive.h"
15 
16 
17 
18 /* automatically generated __STDC__ prototypes */
19 extern int arch_build_revision (int chatter_fd,
20                                 const t_uchar * dest_dir,
21                                 struct arch_archive * arch,
22                                 const t_uchar * archive,
23                                 const t_uchar * revision,
24                                 const t_uchar * cache_dir);
25 #endif  /* INCLUDE__LIBARCH__BUILD_REVISION_H */
26 
27 
28 /* tag: Tom Lord Sat Jan  5 15:26:10 2002 (build-revision.h)
29  */
30