diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-11-24 19:33:01 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-11-24 19:33:01 +0300 |
| commit | 0ebd77f26f65fe412ca749eb8942b0a2cd4e777d (patch) | |
| tree | a875607243bec322cc500ec42281a8543994d119 /modules/ssh | |
| parent | libguile-ssh/channel-func.c: Use SCM_GSSH_DEFINE' macro (diff) | |
| download | guile-ssh-0ebd77f26f65fe412ca749eb8942b0a2cd4e777d.tar.gz | |
modules/ssh/dist/node.scm: Export 'node-tunnel'
* modules/ssh/dist/node.scm: Export 'node-tunnel'.
* NEWS: Update.
Diffstat (limited to 'modules/ssh')
| -rw-r--r-- | modules/ssh/dist/node.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ssh/dist/node.scm b/modules/ssh/dist/node.scm index 7167fd0..02b29d1 100644 --- a/modules/ssh/dist/node.scm +++ b/modules/ssh/dist/node.scm @@ -60,6 +60,7 @@ #:use-module (ssh tunnel) #:export (node? node-session + node-tunnel node-repl-port make-node node-eval |
