subs: Rename shp_nav(), lnd_mar()

... to shp_nav_stay_behind(), lnd_mar_stay_behind(), to better reflect
their purpose.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2015-01-05 17:44:26 +01:00
parent 24000b4855
commit 74a71aa007
5 changed files with 6 additions and 6 deletions

View file

@ -528,7 +528,7 @@ lnd_insque(struct lndstr *lp, struct emp_qelem *list)
}
void
lnd_mar(struct emp_qelem *list, natid actor)
lnd_mar_stay_behind(struct emp_qelem *list, natid actor)
{
struct emp_qelem *qp;
struct emp_qelem *next;