summaryrefslogtreecommitdiff
path: root/rdoff/segtab.h
blob: 7e8e19376c878b0482343e323646a1ef0a077051 (plain)
1
2
3
4
5
6
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);