initial git import
This commit is contained in:
22
src/common/main.h
Normal file
22
src/common/main.h
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
extern int kanal;
|
||||
extern const char *sounddev;
|
||||
extern const char *call_sounddev;
|
||||
extern int samplerate;
|
||||
extern int latency;
|
||||
extern int use_mncc_sock;
|
||||
extern int send_patterns;
|
||||
extern int loopback;
|
||||
extern double lossdetect;
|
||||
extern int rt_prio;
|
||||
|
||||
void print_help(const char *arg0);
|
||||
void print_help_common(const char *arg0);
|
||||
extern struct option *long_options;
|
||||
extern char *optstring;
|
||||
void set_options_common(const char *optstring_special, struct option *long_options_special);
|
||||
void opt_switch_common(int c, char *arg0, int *skip_args);
|
||||
|
||||
|
||||
extern int quit;
|
||||
void sighandler(int sigset);
|
Reference in New Issue
Block a user