Pass old element to empfile callback prewrite()
Change sct_prewrite(), shp_prewrite(), pln_prewrite(), lnd_prewrite(), nuk_prewrite() accordingly. New argument isn't used for anything, yet.
This commit is contained in:
parent
0bcd0a8422
commit
c5482e4bfb
9 changed files with 33 additions and 33 deletions
|
@ -109,9 +109,9 @@ lnd_postread(int n, void *ptr)
|
|||
}
|
||||
|
||||
void
|
||||
lnd_prewrite(int n, void *ptr)
|
||||
lnd_prewrite(int n, void *old, void *new)
|
||||
{
|
||||
struct lndstr *llp = ptr;
|
||||
struct lndstr *llp = new;
|
||||
struct lndstr *lp;
|
||||
struct plnstr *pp;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue