summaryrefslogtreecommitdiff
path: root/rdoff/segtab.h
blob: b5d96fa164e67414fc08bb16788aaa30197402dc (plain)
1
2
3
4
5
6
7
typedef void * segtab;

void init_seglocations(segtab * r);
void add_seglocation(segtab * r, int localseg, int destseg, long offset);
int get_seglocation(segtab * r, int localseg, int * destseg, long * offset);
void done_seglocations(segtab * r);