home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1625 / libsaywha.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-28  |  812 b   |  32 lines

  1. /*
  2. ** libsaywha.h - header file for libsaywha
  3. **
  4. ** Copyright (C) 1990 by Jef Poskanzer.
  5. **
  6. ** Permission to use, copy, modify, and distribute this software and its
  7. ** documentation for any purpose and without fee is hereby granted, provided
  8. ** that the above copyright notice appear in all copies and that both that
  9. ** copyright notice and this permission notice appear in supporting
  10. ** documentation.  This software is provided "as is" without express or
  11. ** implied warranty.
  12. **
  13. ** @(#) $Header: libsaywha.h,v 1.5 90/07/24 16:39:45 jef Exp $
  14. */
  15.  
  16. #define MSGSEP '\001'
  17.  
  18. extern char *sw_argv0;
  19.  
  20. extern int sw_keepdays;
  21. extern int sw_terse;
  22. #ifdef MAIL_EDITOR
  23. extern int sw_mail_editor;
  24. #endif
  25. extern int sw_savemine;
  26.  
  27. extern int sw_check_sayrc( );
  28.  
  29. extern int sw_check_my_sayfile( );
  30.  
  31. extern void sw_cleanup( );
  32.