/*
	$Id: imageentry_openclose.h 199 2005-05-02 21:52:55Z ajw $
	$URL: http://svn.cp15.org/NFS/tags/v106/!Sunfish/imageentry_openclose.h $

	Routines for ImageEntry_Open/Close
*/


#include "imageentry_common.h"


ENTRYFUNCDECL(os_error *, open_file, (char *filename, int access, struct conn_info *conn, unsigned int *file_info_word, struct file_handle **internal_handle, unsigned int *fileswitchbuffersize, unsigned int *extent, unsigned int *allocatedspace));

ENTRYFUNCDECL(os_error *, close_file, (struct file_handle *handle, unsigned int load, unsigned int exec));

