diff options
Diffstat (limited to 'src/control/setup.c')
-rw-r--r-- | src/control/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/setup.c b/src/control/setup.c index e4c5f003..5af20375 100644 --- a/src/control/setup.c +++ b/src/control/setup.c @@ -37,6 +37,7 @@ #include <ctype.h> #include "local.h" +#ifndef DOC_HIDDEN typedef struct { unsigned int lock: 1; unsigned int preserve: 1; @@ -53,6 +54,7 @@ struct _snd_sctl { snd_ctl_t *ctl; struct list_head elems; }; +#endif /* DOC_HIDDEN */ static int free_elems(snd_sctl_t *h) { |