X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.h;h=295a02bc44ddb339932539d276f570f3ad785b10;hp=7073c6dd2108fb31b915724fdbed431d76d51e63;hb=0c82c9f7e35d989919894f76a05a084b0422e074;hpb=94802b02fadd65ac1704fe9fcbcf0a2b023d2fa4 diff --git a/audiod.h b/audiod.h index 7073c6dd..295a02bc 100644 --- a/audiod.h +++ b/audiod.h @@ -13,15 +13,6 @@ enum {AUDIOD_AUDIO_FORMATS_ENUM}; /** array of audio format names supported by para_audiod */ extern const char *audio_formats[]; -/** - * the possible modes of operation - * - * - off: disconnect from para_server - * - on: receive status information from para_server and play the audio stream - * - sb: only receive status information but not the audio stream - */ -enum audiod_status_info {AUDIOD_OFF, AUDIOD_ON, AUDIOD_STANDBY}; - extern int audiod_status; /* defined in audiod.c */