Changeset 5b0cf63 in mainline for uspace/lib/hound/include


Ignore:
Timestamp:
2018-01-25T13:42:08Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ab3c4b
Parents:
c832ab15
git-author:
Jiri Svoboda <jiri@…> (2017-01-24 18:40:44)
git-committer:
Jiri Svoboda <jiri@…> (2018-01-25 13:42:08)
Message:

A round of cstyle fixing (i.e. run make ccheck-fix).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/include/hound/client.h

    rc832ab15 r5b0cf63  
    4747typedef struct hound_stream hound_stream_t;
    4848
    49 hound_context_t * hound_context_create_playback(const char *name,
     49hound_context_t *hound_context_create_playback(const char *name,
    5050    pcm_format_t format, size_t bsize);
    51 hound_context_t * hound_context_create_capture(const char *name,
     51hound_context_t *hound_context_create_capture(const char *name,
    5252    pcm_format_t format, size_t bsize);
    5353void hound_context_destroy(hound_context_t *hound);
     
    6161    char ***names, size_t *count);
    6262
    63 errno_t hound_context_connect_target(hound_context_t *hound, const char* target);
    64 errno_t hound_context_disconnect_target(hound_context_t *hound, const char* target);
     63errno_t hound_context_connect_target(hound_context_t *hound, const char *target);
     64errno_t hound_context_disconnect_target(hound_context_t *hound, const char *target);
    6565
    6666hound_stream_t *hound_stream_create(hound_context_t *hound, unsigned flags,
Note: See TracChangeset for help on using the changeset viewer.