Updated doc

This commit is contained in:
Tatsuhiro Tsujikawa 2012-03-17 23:44:49 +09:00
parent 742a8bbac9
commit 33e86024d9
1 changed files with 2 additions and 0 deletions

View File

@ -1145,6 +1145,8 @@ int spdylay_session_send(spdylay_session *session);
int spdylay_session_recv(spdylay_session *session);
/**
* @function
*
* Processes data |in| as an input from the remote endpoint. The
* |inlen| indicates the number of bytes in the |in|.
*