aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/iis/ids/idsclosews.x
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/images/tv/iis/ids/idsclosews.x
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/images/tv/iis/ids/idsclosews.x')
-rw-r--r--pkg/images/tv/iis/ids/idsclosews.x15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/images/tv/iis/ids/idsclosews.x b/pkg/images/tv/iis/ids/idsclosews.x
new file mode 100644
index 00000000..40f7e40e
--- /dev/null
+++ b/pkg/images/tv/iis/ids/idsclosews.x
@@ -0,0 +1,15 @@
+# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
+
+include "../lib/ids.h"
+
+# IDS_CLOSEWS -- Close the named workstation.
+
+procedure ids_closews (devname, n)
+
+short devname[n] # device name (not used)
+int n # length of device name
+include "../lib/ids.com"
+
+begin
+ call ids_flush(0)
+end