From bc0578a34d5f873e1dc10de66a23b651d749afc0 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 13 Jun 2007 22:28:49 +0000 Subject: [PATCH] update export list for recent changes --- nw/Makefile.netware | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nw/Makefile.netware b/nw/Makefile.netware index 53ab7c9..01c34ba 100644 --- a/nw/Makefile.netware +++ b/nw/Makefile.netware @@ -5,7 +5,7 @@ ## ## Comments to: Guenter Knauf ## -## $Id: Makefile.netware,v 1.6 2007/04/21 20:15:33 gknauf Exp $ +## $Id: Makefile.netware,v 1.7 2007/06/13 22:28:49 gknauf Exp $ # ######################################################################### @@ -473,6 +473,8 @@ libssh2.imp: Makefile.netware @echo $(DL) libssh2_channel_send_eof,$(DL) >> $@ @echo $(DL) libssh2_channel_set_blocking,$(DL) >> $@ @echo $(DL) libssh2_channel_setenv_ex,$(DL) >> $@ + @echo $(DL) libssh2_channel_wait_closed,$(DL) >> $@ + @echo $(DL) libssh2_channel_wait_eof,$(DL) >> $@ @echo $(DL) libssh2_channel_write_ex,$(DL) >> $@ @echo $(DL) libssh2_channel_writenb_ex,$(DL) >> $@ @echo $(DL) libssh2_hostkey_hash,$(DL) >> $@ @@ -483,9 +485,11 @@ libssh2.imp: Makefile.netware @echo $(DL) libssh2_session_disconnect_ex,$(DL) >> $@ @echo $(DL) libssh2_session_free,$(DL) >> $@ @echo $(DL) libssh2_session_init_ex,$(DL) >> $@ + @echo $(DL) libssh2_session_last_errno,$(DL) >> $@ @echo $(DL) libssh2_session_last_error,$(DL) >> $@ @echo $(DL) libssh2_session_method_pref,$(DL) >> $@ @echo $(DL) libssh2_session_methods,$(DL) >> $@ + @echo $(DL) libssh2_session_set_blocking,$(DL) >> $@ @echo $(DL) libssh2_session_startup,$(DL) >> $@ @echo $(DL) libssh2_sftp_close_handle,$(DL) >> $@ @echo $(DL) libssh2_sftp_fstat_ex,$(DL) >> $@