summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-05 09:18:29 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-05 09:18:29 +0000
commitdbab7b5a181248144a536e776fa62b4c34ad6e01 (patch)
treea977285471a99173434729c41d8704726343ee12 /include/libssh/libssh.h
parentb239fda60c8ca9fef6152d714c587fe1d45d89c9 (diff)
downloadlibssh-dbab7b5a181248144a536e776fa62b4c34ad6e01.tar.gz
libssh-dbab7b5a181248144a536e776fa62b4c34ad6e01.tar.xz
libssh-dbab7b5a181248144a536e776fa62b4c34ad6e01.zip
Make service name const.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@392 7dcaeef0-15fb-0310-b436-a5af3365683c
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 26527e9..eb9cb6b 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -208,7 +208,7 @@ void ssh_silent_disconnect(SSH_SESSION *session);
/* client.c */
int ssh_connect(SSH_SESSION *session);
void ssh_disconnect(SSH_SESSION *session);
-int ssh_service_request(SSH_SESSION *session,char *service);
+int ssh_service_request(SSH_SESSION *session, const char *service);
char *ssh_get_issue_banner(SSH_SESSION *session);
/* get copyright informations */
const char *ssh_copyright(void);