GUACAMOLE-203: Fix function prototype to remove const.

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/a5efbb59
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/a5efbb59
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/a5efbb59

Branch: refs/heads/master
Commit: a5efbb593327544b62996f14c2080ad14e152439
Parents: 650f7a0
Author: Nick Couchman <[email protected]>
Authored: Sun Jun 25 14:56:50 2017 -0400
Committer: Nick Couchman <[email protected]>
Committed: Sun Jun 25 14:56:50 2017 -0400

----------------------------------------------------------------------
 src/common-ssh/common-ssh/ssh.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/a5efbb59/src/common-ssh/common-ssh/ssh.h
----------------------------------------------------------------------
diff --git a/src/common-ssh/common-ssh/ssh.h b/src/common-ssh/common-ssh/ssh.h
index ff8621e..8026549 100644
--- a/src/common-ssh/common-ssh/ssh.h
+++ b/src/common-ssh/common-ssh/ssh.h
@@ -98,7 +98,7 @@ void guac_common_ssh_uninit();
  *     if the connection or authentication were not successful.
  */
 guac_common_ssh_session* guac_common_ssh_create_session(guac_client* client,
-        const char* hostname, const char* port, guac_common_ssh_user* user, 
const int keepalive);
+        const char* hostname, const char* port, guac_common_ssh_user* user, 
int keepalive);
 
 /**
  * Disconnects and destroys the given SSH session, freeing all associated

Reply via email to