* add a const
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1188
fefdeb5f-60dc-0310-8127-
8f9354f1896f
+/* $Id$ */
+
/***
This file is part of PulseAudio.
#ifndef foodbusutilhfoo
#define foodbusutilhfoo
+/* $Id$ */
+
/***
This file is part of PulseAudio.
+/* $Id$ */
+
/***
This file is part of PulseAudio.
PA_MODULE_DESCRIPTION("Detect available audio hardware and load matching drivers")
PA_MODULE_VERSION(PACKAGE_VERSION)
-static const char* capabilities[] = { "alsa", "oss" };
+static const char*const capabilities[] = { "alsa", "oss" };
typedef enum {
CAP_ALSA,