1 /*
2  *      Copyright (c) 2003 Michael T Pins.  All rights reserved.
3  */
4 
5 void            sort_articles(int);
6 void            no_sort_articles(void);
7 int             elim_articles(register article_number *, int);
8