Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/connection.h

    rb7fd2a0 r541eb67  
    8484void connection_destroy(connection_t *connection);
    8585
    86 errno_t connection_add_source_data(connection_t *connection, void *data,
     86int connection_add_source_data(connection_t *connection, void *data,
    8787    size_t size, pcm_format_t format);
    8888
    89 errno_t connection_push_data(connection_t *connection, audio_data_t *adata);
     89int connection_push_data(connection_t *connection, audio_data_t *adata);
    9090
    9191/**
Note: See TracChangeset for help on using the changeset viewer.