1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +03:00

Rename function to agent_is_running.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@236 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-02-09 12:56:58 +00:00
parent 7ceaf5c43a
commit 5ea8088938
3 changed files with 4 additions and 4 deletions

View File

@@ -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);