1987-03-09 19:15:41 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1984-06-21 10:57:59 +00:00
|
|
|
#include "ack.h"
|
|
|
|
#include "list.h"
|
|
|
|
#include "trans.h"
|
|
|
|
|
1984-08-17 14:44:24 +00:00
|
|
|
#ifndef NORCSID
|
1994-06-24 11:31:16 +00:00
|
|
|
static char rcs_id[] = "$Id$" ;
|
1984-08-17 14:44:24 +00:00
|
|
|
#endif
|
1984-06-21 10:57:59 +00:00
|
|
|
|
|
|
|
#undef EXTERN
|
|
|
|
#define EXTERN
|
|
|
|
|
|
|
|
#include "data.h"
|
1984-08-17 14:44:24 +00:00
|
|
|
|
|
|
|
#ifndef NORCSID
|
|
|
|
static char rcs_data[] = RCS_DATA ;
|
|
|
|
#endif
|