home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bmh02src.zip / FOLDERS.H < prev    next >
C/C++ Source or Header  |  1992-08-16  |  224b  |  17 lines

  1. /*
  2.    folders.h : Copyright Paul Healy, EI9GL, 1992.
  3.  
  4.    920601 : Created.
  5. */
  6. #ifndef _folders_h_
  7. #define _folders_h_
  8.  
  9. void listfolders_short(char *maildir);
  10. void listfolders_long(char *maildir);
  11.  
  12. #endif
  13.  
  14.  
  15.  
  16.  
  17.