aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-09-29 11:46:06 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-09-29 11:46:06 +0200
commitf9d1542542b652c36fbc180214f44fd242ae53cf (patch)
treeb6b26ee70a05f6b9c7966b12c7f38e386011aeb4 /include
parentd32fe11da3c5fefa75e315a3387d921db2453545 (diff)
downloadlibssh-f9d1542542b652c36fbc180214f44fd242ae53cf.tar.gz
libssh-f9d1542542b652c36fbc180214f44fd242ae53cf.tar.xz
libssh-f9d1542542b652c36fbc180214f44fd242ae53cf.zip
resolve warning on opensolaris
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 8f7029c..c7f3318 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -333,7 +333,7 @@ LIBSSH_API int channel_request_pty_size(ssh_channel channel, const char *term,
LIBSSH_API int channel_request_shell(ssh_channel channel);
LIBSSH_API int channel_request_send_signal(ssh_channel channel, const char *signal);
LIBSSH_API int channel_request_sftp(ssh_channel channel);
-LIBSSH_API int channel_request_subsystem(ssh_channel channel, const char *system);
+LIBSSH_API int channel_request_subsystem(ssh_channel channel, const char *subsystem);
LIBSSH_API int channel_request_x11(ssh_channel channel, int single_connection, const char *protocol,
const char *cookie, int screen_number);
LIBSSH_API int channel_send_eof(ssh_channel channel);