aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/iis/ids/idscancel.x
blob: b03aac61a0c8155b591239168375b148645cac26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include	<fset.h>
include	"../lib/ids.h"

# IDS_CANCEL -- Cancel any buffered output.

procedure ids_cancel (dummy)

int	dummy			# not used at present
include	"../lib/ids.com"

begin
	if (i_kt == NULL)
	    return

	# Just cancel any output in the FIO stream
	call fseti (i_out, F_CANCEL, OK)
end