home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / contrib / include / libcnews.h < prev    next >
C/C++ Source or Header  |  1992-06-07  |  772b  |  21 lines

  1. /* imports from C News libcnews.a */
  2. extern char *rfc822ize(/* char *msgid */);
  3. extern char *strsave(/* char *s */), *emalloc(/* sizeint */);
  4. extern char *str3save(/* char *s1, char *s2, char *s3 */);
  5. extern char *ctlfile(/* char * */);
  6. extern char *artfile(/* char * */), *fullartfile(/* char * */);
  7. extern int cistreqn(/* char *s1, char *s2, int n */);
  8. extern FILE *efopen(/* char *filename, char *type */);
  9. extern void error(/* char *fmt, char *s */);
  10. extern int split(/* char *string, char *fields[], int nfields, char *sep */);
  11. extern int mkinperm(/* char *tmpname, char *grade, char *class */);
  12. extern void timestamp(/* FILE *fp, time_t * */);
  13. extern char *newspath();
  14.  
  15. #ifndef __STDC__
  16. # define sizeint int
  17. #else
  18. # include <stddef.h>
  19. # define sizeint size_t
  20. #endif
  21.