home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / UPC2S1.ZIP / MAILBLIB.H < prev    next >
Text File  |  1992-11-21  |  1KB  |  38 lines

  1.  
  2. /*--------------------------------------------------------------------*/
  3. /*          Function prototypes for UUPC/extended mailblib.c          */
  4. /*--------------------------------------------------------------------*/
  5.  
  6. void ShowAlias( const char *alias);
  7.  
  8. boolean DeliverMail( char *addresses , int item);
  9.  
  10. boolean Reply( const int current );
  11.  
  12. int Position(int absolute, int relative, int letter);
  13.  
  14. boolean SaveItem( const int letter,
  15.                const boolean delete,
  16.                const copyopt headers,
  17.                char *fname,
  18.                const ACTION verb);
  19.  
  20. boolean ForwardItem( const int item , const char *string );
  21.  
  22. void subshell( char *command );
  23.  
  24. boolean SetItem( int item );
  25.  
  26. boolean SelectItems( char **input, int current , int bits);
  27.  
  28. boolean Get_Operand( int *item,
  29.                            char **token,
  30.                            int bits,
  31.                            boolean first_pass );
  32.  
  33. boolean SetTrailing( char **input, int bits );
  34.  
  35. int PushItemList( int **save_list );
  36.  
  37. void PopItemList( int *save_list, int save_item );
  38.