Ignore:
File:
1 edited

Legend:

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

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