X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/b415c101ac12d0e0ffe8b497bdff5390fa90d7fe..9d5da57642eeaf8e2b68f18bb1e6f56bfc7510b9:/lib/configuration.h diff --git a/lib/configuration.h b/lib/configuration.h index 4af3cad..75e066c 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -21,6 +21,8 @@ #ifndef CONFIGURATION_H #define CONFIGURATION_H +#include + struct real_pcre; /* Configuration is kept in a @struct config@; the live configuration @@ -97,6 +99,8 @@ struct config { int lock; /* server takes a lock */ long nice_server; /* nice value for server */ long nice_speaker; /* nice value for speaker */ + const char *speaker_command; /* command for speaker to run */ + ao_sample_format sample_format; /* sample format to enforce */ /* shared client/server config */ const char *home; /* home directory for state files */ /* client config */