Skip to content

Commit 8ae7ee5

Browse files
committed
Remove libssh2_scp_recv2 because i'ts not exported by libssh2
1 parent 9390f6f commit 8ae7ee5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/clj_libssh2/libssh2/scp.clj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
; struct stat *sb);
99
(def recv (jna/to-fn Pointer ssh2/libssh2_scp_recv))
1010

11-
; LIBSSH2_CHANNEL *libssh2_scp_recv2(LIBSSH2_SESSION *session,
12-
; const char *path,
13-
; struct stat *sb);
14-
(def recv2 (jna/to-fn Pointer ssh2/libssh2_scp_recv2))
15-
1611
; LIBSSH2_CHANNEL *libssh2_scp_send_ex(LIBSSH2_SESSION *session,
1712
; const char *path,
1813
; int mode,

0 commit comments

Comments
 (0)