(nreport, filereport, ncache, addfree, findfree, delete_old_news)

(init_nreport, update_main, start_server): Switch news to be sorted
list with all new news items added at the end of the list.  The
removal of expired news items is done at update time.  Closes #766755.
This commit is contained in:
Ron Koenderink 2005-03-02 23:53:10 +00:00
parent 55e6aca9e0
commit 3d3d6755aa
4 changed files with 80 additions and 79 deletions

View file

@ -546,6 +546,8 @@ extern int natarg(s_char *, s_char *);
/* neigh.c */
extern int neigh(coord, coord, natid);
/* nreport.c */
extern void delete_old_news();
extern void init_nreport();
extern void nreport(natid, int, natid, int);
/* nuke.c */
extern int nuk_postread(int, s_char *);