summaryrefslogtreecommitdiffstats
path: root/src/pulse/client-conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse/client-conf.h')
-rw-r--r--src/pulse/client-conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/client-conf.h b/src/pulse/client-conf.h
index 6de64582..7cc975e6 100644
--- a/src/pulse/client-conf.h
+++ b/src/pulse/client-conf.h
@@ -30,9 +30,9 @@
typedef struct pa_client_conf {
char *daemon_binary, *extra_arguments, *default_sink, *default_source, *default_server, *cookie_file;
- int autospawn, disable_shm;
+ pa_bool_t autospawn, disable_shm;
uint8_t cookie[PA_NATIVE_COOKIE_LENGTH];
- int cookie_valid; /* non-zero, when cookie is valid */
+ pa_bool_t cookie_valid; /* non-zero, when cookie is valid */
} pa_client_conf;
/* Create a new configuration data object and reset it to defaults */