New lost_and_found() to record ownership changes.
Factors out the common makelost()/makenotlost() pattern.
This commit is contained in:
parent
0d139ee1d1
commit
136132773b
8 changed files with 32 additions and 44 deletions
|
@ -55,6 +55,7 @@ struct loststr {
|
|||
#define putlost(n, p) ef_write(EF_LOST, (n), (p))
|
||||
|
||||
/* src/lib/subs/lostsub.c */
|
||||
extern void lost_and_found(int, natid, natid, int, coord, coord);
|
||||
extern void makelost(short, natid, short, coord, coord);
|
||||
extern void makenotlost(short, natid, short, coord, coord);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue