X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.h;h=b9cfb25e8a34a931dab19e67303813f46ab6b738;hp=3b4b9bd0416720e5e7d9455df23221cb049a2fc8;hb=5e8d8a8eea6de9459ebdf4498f9f061c84bfa63a;hpb=e9b00a14a4653d767a9d0fe885aa0b6d56c42180 diff --git a/audiod.h b/audiod.h index 3b4b9bd0..b9cfb25e 100644 --- a/audiod.h +++ b/audiod.h @@ -22,26 +22,12 @@ extern const char *audio_formats[]; */ enum audiod_status_info {AUDIOD_OFF, AUDIOD_ON, AUDIOD_STANDBY}; -/** defines one command of para_audiod */ -struct audiod_command { - /** the name of the command */ - const char *name; - /** pointer to the function that handles the command */ - int (*handler)(int, int, char**); - /** one-line description of the command */ - const char *description; - /** summary of the command line options */ - const char *usage; - /** the long help text */ - const char *help; -}; - -__malloc char *audiod_get_decoder_flags(void); extern struct audiod_args_info conf; extern int audiod_status; int handle_connect(int accept_fd, fd_set *rfds, uid_t *uid_whitelist); void audiod_status_dump(bool force); +__malloc char *audiod_get_decoder_flags(void); char *get_time_string(void); struct btr_node *audiod_get_btr_root(void);