Pristine Ack-5.5
[Ack-5.5.git] / util / ceg / ce_back / obj_back / hash.h
1 struct Hashitem {
2         int hs_next;
3         int hs_nami;
4 };
5
6 #define Hashitems B_HashItems
7
8 extern struct Hashitem *Hashitems;