mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-24 06:59:57 -05:00
some commenting
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@298 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6985eda934
commit
fa751e537d
12 changed files with 88 additions and 14 deletions
|
|
@ -24,6 +24,10 @@
|
|||
|
||||
#include <inttypes.h>
|
||||
|
||||
/* A combination of a hashtable and a dynamic array. Entries are both
|
||||
* indexiable through a numeric automaticly generated index and an
|
||||
* opaque key. As usual, memory management is the user's job. */
|
||||
|
||||
#define PA_IDXSET_INVALID ((uint32_t) -1)
|
||||
|
||||
unsigned pa_idxset_trivial_hash_func(const void *p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue