;---------------------------------------------------------------------------
;	Assembler include file for the "removelink.library"
;		(C) Copyright SHI 1993
;
;		Written by Johan Ohman 1993
;
;	For 'removelink.library' version 32.020 and higher 
;---------------------------------------------------------------------------

_LVOrlAllocRLMem:	EQU	-30-[0*6]
_LVOrlFreeRLMem:	EQU	-30-[1*6]
_LVOrlGetFileVName:	EQU	-30-[2*6]
_LVOrlRemoveLinks:	EQU	-30-[3*6]
_LVOrlDeCodeDataBlock:	EQU	-30-[4*6]
_LVOrlGetMemVName:	EQU	-30-[5*6]
_LVOrlKillMemV:		EQU	-30-[6*6]
_LVOrlTestHunkStruct:	EQU	-30-[7*6]

REMOVELINKVER:		EQU	32

REMOVELINKNAME:		MACRO
			DC.B	'removelink.library',0
			ENDM

CALLRL:			MACRO
			MOVEA.L	RLBase(PC),a6
			JSR	_LVOrl\1(a6)
			ENDM
