aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-09-29 17:52:09 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-09-29 17:57:37 +0200
commitf6f0988d10ade62e053aadca1aec2bf57edf30f9 (patch)
treec8c68d2d4f613337142fe9dcab67f87d7e1db339 /include/libssh/libssh.h
parentf9d1542542b652c36fbc180214f44fd242ae53cf (diff)
downloadlibssh-f6f0988d10ade62e053aadca1aec2bf57edf30f9.tar.gz
libssh-f6f0988d10ade62e053aadca1aec2bf57edf30f9.tar.xz
libssh-f6f0988d10ade62e053aadca1aec2bf57edf30f9.zip
Fix warnings on opensolaris
Diffstat (limited to 'include/libssh/libssh.h')
-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 c7f33189..c6b3b72b 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -331,7 +331,7 @@ LIBSSH_API int channel_request_pty(ssh_channel channel);
LIBSSH_API int channel_request_pty_size(ssh_channel channel, const char *term,
int cols, int rows);
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_send_signal(ssh_channel channel, const char *signum);
LIBSSH_API int channel_request_sftp(ssh_channel channel);
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,