home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Mail / Bundles / EnhanceMail-2.1-MIHS / XImageURL.h < prev    next >
Encoding:
Text File  |  1996-06-25  |  959 b   |  29 lines

  1. /* -*-C-*-
  2. *******************************************************************************
  3. *
  4. * File:         XImageURL.h
  5. * RCS:          /usr/local/sources/CVS/EnhanceMail/XImageURL.h,v 1.1.1.2 1996/06/25 13:44:22 tom Exp
  6. * Description:  
  7. * Author:       Carl Edman
  8. * Created:      Fri Oct 20 14:46:12 1995
  9. * Modified:     Mon Jun 24 10:05:38 1996 (Carl Edman) cedman@capitalist.princeton.edu
  10. * Language:     C
  11. * Package:      N/A
  12. * Status:       Experimental (Do Not Distribute)
  13. *
  14. * (C) Copyright 1995, but otherwise this file is perfect freeware.
  15. *
  16. *******************************************************************************
  17. */
  18.  
  19. #import <appkit/appkit.h>
  20. #import "MailApp.h"
  21.  
  22. @interface NXImage(XImageURL)
  23. + (BOOL)grabURL:(const char *)url to:(const char *)path;
  24. + (BOOL)grabURL:(const char *)url buffer:(char *)path;
  25. + (BOOL)grabURL:(const char *)url string:(SimpleString *)s;
  26. - initURL:(const char *)url;
  27. - initNameInPath:(const char *)filename;
  28. @end
  29.