Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/wavplay/drec.c

    r4a8d0dd1 rfec7ba0  
    3636#include <assert.h>
    3737#include <errno.h>
     38#include <fibril.h>
    3839#include <str_error.h>
    3940#include <audio_pcm_iface.h>
     
    8889 * Writes recorded data.
    8990 *
    90  * @param icall Poitner to IPC call structure.
    91  * @param arg   Argument. Poitner to recording helper structure.
     91 * @param icall Pointer to IPC call structure.
     92 * @param arg   Argument. Pointer to recording helper structure.
    9293 *
    9394 */
Note: See TracChangeset for help on using the changeset viewer.