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

@ -161,7 +161,7 @@ shp_insque(struct shpstr *sp, struct emp_qelem *list)
}
void
shp_nav(struct emp_qelem *list, natid actor)
shp_nav_stay_behind(struct emp_qelem *list, natid actor)
{
struct emp_qelem *qp;
struct emp_qelem *next;