Browse Source

minor doc update

Julien 'Lta' BALLET 11 years ago
parent
commit
b9ed266ca2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/bdsm/smb_session.h

+ 1 - 0
include/bdsm/smb_session.h

@@ -102,6 +102,7 @@ ssize_t         smb_session_recv_msg(smb_session *s, smb_message *msg);
  *
  * @param s A session object.
  * @param name The ASCII netbios name, the name type will be coerced to <20>
+ * since libdsm is about reading files
  * @param ip The ip of the machine to connect to (in network byte order)
  * @param transport The type of transport used, it could be SMB_TRANSPORT_TCP
  * or SMB_TRANSPORT_NBT (Netbios over TCP, ie legacy)