subs: Rename shp_put() to shp_nav_put()
For consistency with lnd_mar_put(). Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
18bf9e0b34
commit
7548337e73
3 changed files with 4 additions and 4 deletions
|
@ -185,7 +185,7 @@ extern double shp_torp_hitchance(struct shpstr *, int);
|
|||
extern void shp_sel(struct nstr_item *, struct emp_qelem *);
|
||||
extern struct ulist *shp_insque(struct shpstr *, struct emp_qelem *);
|
||||
extern void shp_nav(struct emp_qelem *, double *, double *, int *, natid);
|
||||
extern void shp_put(struct emp_qelem *, natid);
|
||||
extern void shp_nav_put(struct emp_qelem *, natid);
|
||||
extern int shp_sweep(struct emp_qelem *, int, int, natid);
|
||||
extern enum d_navigation shp_check_nav(struct shpstr *, struct sctstr *);
|
||||
extern int sect_has_dock(struct sctstr *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue