aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-02-09 12:56:58 +0000
committerAndreas Schneider <mail@cynapses.org>2009-02-09 12:56:58 +0000
commit5ea8088938a917d4956b377e8fa94b2b469cc018 (patch)
tree4007ba73442542b07c70a00e3a45adee02367286 /include
parent7ceaf5c43af77666093638e7a5e67faf86aba9cc (diff)
downloadlibssh-5ea8088938a917d4956b377e8fa94b2b469cc018.tar.gz
libssh-5ea8088938a917d4956b377e8fa94b2b469cc018.tar.xz
libssh-5ea8088938a917d4956b377e8fa94b2b469cc018.zip
Rename function to agent_is_running.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@236 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include')
-rw-r--r--include/libssh/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 1713e327..81dd6158 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -448,7 +448,7 @@ void agent_free(struct agent_struct *agent);
*
* @return 1 if it is running, 0 if not.
*/
-int agent_running(struct ssh_session *session);
+int agent_is_running(struct ssh_session *session);
int agent_get_ident_count(struct ssh_session *session);