From e34baff2ca3851c7527f9db0562bbbebfacbcee7 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 14 Jun 2007 09:41:07 +0000 Subject: [PATCH] update export list for recent changes - take 2 --- nw/Makefile.netware | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nw/Makefile.netware b/nw/Makefile.netware index 01c34bac..0681b32a 100644 --- a/nw/Makefile.netware +++ b/nw/Makefile.netware @@ -5,7 +5,7 @@ ## ## Comments to: Guenter Knauf ## -## $Id: Makefile.netware,v 1.7 2007/06/13 22:28:49 gknauf Exp $ +## $Id: Makefile.netware,v 1.8 2007/06/14 09:41:07 gknauf Exp $ # ######################################################################### @@ -468,7 +468,6 @@ libssh2.imp: Makefile.netware @echo $(DL) libssh2_channel_open_ex,$(DL) >> $@ @echo $(DL) libssh2_channel_process_startup,$(DL) >> $@ @echo $(DL) libssh2_channel_read_ex,$(DL) >> $@ - @echo $(DL) libssh2_channel_readnb_ex,$(DL) >> $@ @echo $(DL) libssh2_channel_request_pty_ex,$(DL) >> $@ @echo $(DL) libssh2_channel_send_eof,$(DL) >> $@ @echo $(DL) libssh2_channel_set_blocking,$(DL) >> $@ @@ -476,7 +475,6 @@ libssh2.imp: Makefile.netware @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) >> $@ @echo $(DL) libssh2_scp_recv,$(DL) >> $@ @echo $(DL) libssh2_scp_send_ex,$(DL) >> $@ @@ -499,7 +497,6 @@ libssh2.imp: Makefile.netware @echo $(DL) libssh2_sftp_open_ex,$(DL) >> $@ @echo $(DL) libssh2_sftp_read,$(DL) >> $@ @echo $(DL) libssh2_sftp_readdir,$(DL) >> $@ - @echo $(DL) libssh2_sftp_readnb,$(DL) >> $@ @echo $(DL) libssh2_sftp_rename_ex,$(DL) >> $@ @echo $(DL) libssh2_sftp_rmdir_ex,$(DL) >> $@ @echo $(DL) libssh2_sftp_seek,$(DL) >> $@ @@ -509,7 +506,6 @@ libssh2.imp: Makefile.netware @echo $(DL) libssh2_sftp_tell,$(DL) >> $@ @echo $(DL) libssh2_sftp_unlink_ex,$(DL) >> $@ @echo $(DL) libssh2_sftp_write,$(DL) >> $@ - @echo $(DL) libssh2_sftp_writenb,$(DL) >> $@ @echo $(DL) libssh2_trace,$(DL) >> $@ @echo $(DL) libssh2_userauth_authenticated,$(DL) >> $@ @echo $(DL) libssh2_userauth_keyboard_interactive_ex,$(DL) >> $@