|
|
1.1 root 1: #ifndef HISTORY_H
2: #define HISTORY_H
3: #ifndef UNIV_H
4: #include "univ.h"
5: #endif
6:
7: class Journal : private PadRcv {
8: >pri
9: int length;
10: long key;
11: long lastreq;
12: Bls *bls;
13: int *ct;
14: char *proc;
15: Pad *pad;
16: >pub
17: char pub_filler[7*4];
18: >
19: void banner();
20: void linereq(long,Attrib=0);
21: PUBLIC(Journal,U_JOURNAL)
22: void open();
23: void hostclose();
24: Journal(char*);
25: void insert(char* ...);
26: };
27: #endif HISTORY_H
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.