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
|
|
|
|
static char rcs_id[] = "$Header$" ;
|
|
|
|
#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
|