extern struct slot_info slot[MAX_STREAM_SLOTS];
extern struct audiod_args_info conf;
extern int audiod_status;
-extern const char *status_item_list[NUM_STAT_ITEMS];
void __noreturn clean_exit(int status, const char *msg);
int handle_connect(int accept_fd);
static RC4_KEY rc4_send_key;
static unsigned char rc4_buf[2 * RC4_KEY_LEN];
-extern const char *status_item_list[NUM_STAT_ITEMS];
extern struct misc_meta_data *mmd;
extern struct sender senders[];
/** define the array of error lists needed by para_gui */
INIT_GUI_ERRLISTS;
-extern const char *status_item_list[NUM_STAT_ITEMS];
static char *stat_content[NUM_STAT_ITEMS];
#define STANDARD_STATUS_BAR "para_gui " PACKAGE_VERSION " (hit ? for help)"
#include "string.h"
#include "fd.h"
-extern const char *status_item_list[NUM_STAT_ITEMS];
-
int para_open_audiod_pipe(char *cmd)
{
int fds[3] = {0, 1, 0};
NUM_STAT_ITEMS
};
+extern const char *status_item_list[NUM_STAT_ITEMS];
+
int stat_item_valid(const char *item);
int stat_line_valid(const char *);
void stat_client_write(const char *msg, int itemnum);
#include "ipc.h"
#include "fd.h"
-extern const char *status_item_list[];
-
static struct timeval announce_tv;
static struct timeval data_send_barrier;
static struct timeval eof_barrier;