Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 483 → Rev 484

/Riddim/config.c
8,6 → 8,9
char *bluetooth_mac;
char *mk_tty;
 
 
char *evdev_path;
 
int mk_socket_port=0;
int loop_delay=0;
 
72,6 → 75,7
CFG_SIMPLE_STR("bluetooth_mac", &bluetooth_mac),
 
CFG_SIMPLE_STR("mk_tty", &mk_tty),
CFG_SIMPLE_STR("evdev_path", &evdev_path),
 
CFG_SIMPLE_BOOL("exit_after_init", &exit_after_init),
CFG_SIMPLE_STR("input_evdev", &input_evdev_name),