aboutsummaryrefslogtreecommitdiff
path: root/libssh/session.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-05-12 21:51:13 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-05-12 21:51:13 +0000
commit2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b (patch)
treeea89f8e4c75c89a098c8089a1c462a8b2950cf5a /libssh/session.c
parent6a80f1a049ae7a64fac5a0838c268eac3e6d0b8b (diff)
downloadlibssh-2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b.tar.gz
libssh-2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b.tar.xz
libssh-2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b.zip
Doxygen changes
Modified the makefile so the ln -s never fails. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@157 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/session.c')
-rw-r--r--libssh/session.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libssh/session.c b/libssh/session.c
index 973d4f8d..f4879f0c 100644
--- a/libssh/session.c
+++ b/libssh/session.c
@@ -1,7 +1,7 @@
/* session.c */
/* contains the non-networking functions ssh_* */
/*
- * Copyright 2005 Aris Adamantiadis
+ * Copyright 2005-2008 Aris Adamantiadis
*
* This file is part of the SSH Library
*
@@ -20,7 +20,6 @@
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA. */
-/* ssh_new() returns a newly allocated SSH_SESSION structure pointer */
#include <string.h>
#include <stdlib.h>
#include "libssh/libssh.h"
@@ -28,7 +27,7 @@
#include "libssh/server.h"
#define FIRST_CHANNEL 42 // why not ? it helps to find bugs.
-/** defgroup ssh_session
+/** \defgroup ssh_session SSH Session
* \brief functions that manage a session
*/
/** \addtogroup ssh_session