Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/tcp.c

    raaa3f33a r1bfd3d3  
    224224 * @param[in] client_connection The client connection processing function. The
    225225 *                      module skeleton propagates its own one.
    226  * @returns             EOK on success.
    227  * @returns             ENOMEM if there is not enough memory left.
     226 * @return              EOK on success.
     227 * @return              ENOMEM if there is not enough memory left.
    228228 */
    229229int tcp_initialize(async_client_conn_t client_connection)
     
    12221222 * @param[out] answer_count The last parameter for the actual answer in the
    12231223 *                      answer parameter.
    1224  * @returns             EOK on success.
    1225  * @returns             ENOTSUP if the message is not known.
     1224 * @return              EOK on success.
     1225 * @return              ENOTSUP if the message is not known.
    12261226 *
    12271227 * @see tcp_interface.h
     
    24942494/** Starts the module.
    24952495 *
    2496  * @returns             EOK on success.
    2497  * @returns             Other error codes as defined for each specific module
     2496 * @return              EOK on success.
     2497 * @return              Other error codes as defined for each specific module
    24982498 *                      start function.
    24992499 */
Note: See TracChangeset for help on using the changeset viewer.