diff options
Diffstat (limited to 'libssh/packet.c')
-rw-r--r-- | libssh/packet.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libssh/packet.c b/libssh/packet.c index a15b89bb..743559e0 100644 --- a/libssh/packet.c +++ b/libssh/packet.c @@ -358,7 +358,9 @@ error: leave_function(); } - +/** @internal + * @parse the "Type" header field of a packet and updates the session + */ int packet_translate(ssh_session session) { enter_function(); |