#include <linux/soundcard.h>
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <netdb.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Include dependency graph for muted.c:
Go to the source code of this file.
Data Structures | |
struct | subchannel |
struct | channel |
Functions | |
int | main (int argc, char *argv[]) |
|
Definition at line 503 of file muted.c.
|