home *** CD-ROM | disk | FTP | other *** search
- /*
- ** libsaywha.h - header file for libsaywha
- **
- ** Copyright (C) 1990 by Jef Poskanzer.
- **
- ** Permission to use, copy, modify, and distribute this software and its
- ** documentation for any purpose and without fee is hereby granted, provided
- ** that the above copyright notice appear in all copies and that both that
- ** copyright notice and this permission notice appear in supporting
- ** documentation. This software is provided "as is" without express or
- ** implied warranty.
- **
- ** @(#) $Header: libsaywha.h,v 1.5 90/07/24 16:39:45 jef Exp $
- */
-
- #define MSGSEP '\001'
-
- extern char *sw_argv0;
-
- extern int sw_keepdays;
- extern int sw_terse;
- #ifdef MAIL_EDITOR
- extern int sw_mail_editor;
- #endif
- extern int sw_savemine;
-
- extern int sw_check_sayrc( );
-
- extern int sw_check_my_sayfile( );
-
- extern void sw_cleanup( );
-