diff options
Diffstat (limited to 'src/daemon/daemon-conf.h')
-rw-r--r-- | src/daemon/daemon-conf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/daemon/daemon-conf.h b/src/daemon/daemon-conf.h index 03a75661..be2fe1ab 100644 --- a/src/daemon/daemon-conf.h +++ b/src/daemon/daemon-conf.h @@ -1,8 +1,6 @@ #ifndef foodaemonconfhfoo #define foodaemonconfhfoo -/* $Id$ */ - /*** This file is part of PulseAudio. @@ -37,6 +35,7 @@ /* The actual command to execute */ typedef enum pa_daemon_conf_cmd { PA_CMD_DAEMON, /* the default */ + PA_CMD_START, PA_CMD_HELP, PA_CMD_VERSION, PA_CMD_DUMP_CONF, |