X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.h;h=b40fdd6743faa4650888c2bdf69756d6c12e40d8;hp=7073c6dd2108fb31b915724fdbed431d76d51e63;hb=3d33c9e922243e6f9f716c5a220d10e34bd694b7;hpb=904e302f0b64887f18c9e2fec7b0bb405675ad22 diff --git a/audiod.h b/audiod.h index 7073c6dd..b40fdd67 100644 --- a/audiod.h +++ b/audiod.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , see file COPYING. */ /** \file audiod.h Symbols exported from audiod.c. */ @@ -13,15 +9,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 */