This is XImageURL.h in view mode; [Download] [Up]
/* -*-C-*- ******************************************************************************* * * File: XImageURL.h * RCS: /usr/local/sources/CVS/EnhanceMail/XImageURL.h,v 1.3 1998/06/27 00:58:27 tom Exp * Description: * Author: Carl Edman * Created: Fri Oct 20 14:46:12 1995 * Modified: Mon Jun 24 10:05:38 1996 (Carl Edman) cedman@capitalist.princeton.edu * Language: C * Package: N/A * Status: Experimental (Do Not Distribute) * * (C) Copyright 1995, but otherwise this file is perfect freeware. * ******************************************************************************* */ #import <appkit/appkit.h> #import "MailApp.h" #import "XImageAliases.h" @class SimpleString; @interface NXImage(XImageURL) + (BOOL)grabURL:(const char *)url to:(const char *)path; + (BOOL)grabURL:(const char *)url buffer:(char *)path; + (BOOL)grabURL:(const char *)url string:(SimpleString *)s; - initURL:(const char *)url; - initNameInPath:(const char *)filename; @end @interface EnhanceXImageAliases(XImageURL) + (EnhanceXImageAliases *)aliases; // Init from same directory where XImageURLs are cached. @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.