webengine/osswebengine/WebKit/Plugins/WebNetscapeDeprecatedFunctions.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2  *  WebNetscapeDeprecatedFunctions.h
       
     3  *  WebKit
       
     4  *
       
     5  *  Created by Tim Omernick on 3/21/06.
       
     6  *  Copyright 2006 Apple Computer, Inc. All rights reserved.
       
     7  *
       
     8  */
       
     9 
       
    10 #ifndef __LP64__
       
    11 
       
    12 #import <CoreServices/CoreServices.h>
       
    13 
       
    14 extern OSErr WebGetDiskFragment(const FSSpec *fileSpec, UInt32 offset, UInt32 length, ConstStr63Param fragName, CFragLoadOptions options, CFragConnectionID *connID, Ptr *mainAddr, Str255 errMessage);
       
    15 extern OSErr WebCloseConnection(CFragConnectionID *connID);
       
    16 extern SInt16 WebLMGetCurApRefNum(void);
       
    17 extern void WebLMSetCurApRefNum(SInt16 value);
       
    18 
       
    19 #endif /* !__LP64__ */