(show_news): New.

(show): Use it to implement show news.
This commit is contained in:
Ron Koenderink 2006-01-29 17:44:29 +00:00
parent 297ee5eab0
commit 1bca66c061
4 changed files with 28 additions and 5 deletions

View file

@ -678,6 +678,7 @@ extern void show_sect_build(int);
extern void show_sect_stats(int);
extern void show_sect_capab(int);
extern void show_item(int);
extern void show_news(int);
/* shpsub.c */
extern void shp_sel(struct nstr_item *, struct emp_qelem *);
extern void shp_nav(struct emp_qelem *, double *, double *, int *, natid);