summaryrefslogtreecommitdiffstats
path: root/src/pulse/xmalloc.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz-von@nokia.com>2010-11-03 14:44:28 +0200
committerLuiz Augusto von Dentz <luiz.dentz-von@nokia.com>2010-12-23 13:16:43 +0200
commit07eea95dc100e9494fc3af2298488af14f394c9c (patch)
treef35ac196ef881667f3a310abb6fafe51e474148b /src/pulse/xmalloc.c
parentd28fc0df8997fed0da9ac3f54138f792dc660841 (diff)
bluetooth: fix case of profile UUIDs to match what BlueZ uses
Diffstat (limited to 'src/pulse/xmalloc.c')
0 files changed, 0 insertions, 0 deletions
array calling the specified function for every entry in * the array. The function may be NULL. */ void pa_dynarray_free(pa_dynarray* a, void (*func)(void *p, void *userdata), void *userdata); /* Store p at position i in the array */ void pa_dynarray_put(pa_dynarray*a, unsigned i, void *p); /* Store p a the first free position in the array. Returns the index * of that entry. If entries are removed from the array their position * are not filled any more by this function. */ unsigned pa_dynarray_append(pa_dynarray*a, void *p); void *pa_dynarray_get(pa_dynarray*a, unsigned i); unsigned pa_dynarray_size(pa_dynarray*a); #endif