Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async.c

    r3815efb rb72efe8  
    213213 * This function is defined as a weak symbol - to be redefined in user code.
    214214 *
    215  * @param callid Hash of the incoming call.
    216  * @param call   Data of the incoming call.
    217  * @param arg    Local argument
     215 * @param callid        Hash of the incoming call.
     216 * @param call          Data of the incoming call.
     217 * @param arg           Local argument
    218218 *
    219219 */
     
    228228 * This function is defined as a weak symbol - to be redefined in user code.
    229229 *
    230  * @param callid Hash of the incoming call.
    231  * @param call   Data of the incoming call.
    232  * @param arg    Local argument.
     230 * @param callid        Hash of the incoming call.
     231 * @param call          Data of the incoming call.
     232 * @param arg           Local argument.
    233233 *
    234234 */
     
    709709 * @param cfibril       Fibril function that should be called upon opening the
    710710 *                      connection.
    711  * @param carg          Extra argument to pass to the connection fibril
     711 * @param carg          Extra argument to pass to the connection fibril
    712712 *
    713713 * @return New fibril id or NULL on failure.
Note: See TracChangeset for help on using the changeset viewer.