Mercurial > pt1
comparison recpt1/checksignal.c @ 115:91e71df37095
fix --bell option
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 25 Mar 2010 20:29:54 +0900 |
parents | 3eccf1ef4853 |
children | 38a793ac3d9d |
comparison
equal
deleted
inserted
replaced
114:3eccf1ef4853 | 115:91e71df37095 |
---|---|
401 pthread_t signal_thread; | 401 pthread_t signal_thread; |
402 static thread_data tdata; | 402 static thread_data tdata; |
403 int result; | 403 int result; |
404 int option_index; | 404 int option_index; |
405 struct option long_options[] = { | 405 struct option long_options[] = { |
406 { "bell", 1, NULL, 'b'}, | 406 { "bell", 0, NULL, 'b'}, |
407 { "LNB", 1, NULL, 'n'}, | 407 { "LNB", 1, NULL, 'n'}, |
408 { "lnb", 1, NULL, 'n'}, | 408 { "lnb", 1, NULL, 'n'}, |
409 { "device", 1, NULL, 'd'}, | 409 { "device", 1, NULL, 'd'}, |
410 { "help", 0, NULL, 'h'}, | 410 { "help", 0, NULL, 'h'}, |
411 { "version", 0, NULL, 'v'}, | 411 { "version", 0, NULL, 'v'}, |